diff options
author | mistic100 <mistic@piwigo.org> | 2011-10-17 18:59:07 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-10-17 18:59:07 +0000 |
commit | 59e744f37926fcf0ec985a2e97bc9115347b0280 (patch) | |
tree | fef5c1deff78a915c718d4e0e50fc5ad3e8b68bb /admin/themes/default/theme.css | |
parent | ad2f001097a8b80f9a7dd5c6e293ef6e7fe05b43 (diff) |
feature:2471 [Batch Manager] "zoom" and "edit" links over each thumbnail
git-svn-id: http://piwigo.org/svn/trunk@12474 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/theme.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 433d62ffb..cf2a2580b 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1025,17 +1025,20 @@ LEGEND { #batchManagerGlobal ul.thumbnails span.wrap1 {margin:5px} #batchManagerGlobal ul.thumbnails span.wrap2 {border:0} #batchManagerGlobal ul.thumbnails span.wrap2:hover {background-color:#7CBA0F;} +#batchManagerGlobal ul.thumbnails div.actions {display:none;position:absolute;top:0;right:5px;} +#batchManagerGlobal ul.thumbnails div.actions a {color:#222;} +#batchManagerGlobal ul.thumbnails span.wrap1:hover div.actions {display:block;} #batchManagerGlobal #selectedMessage {padding:5px; -moz-border-radius:5px;-webkit-border-radius:5px;} -#batchManagerGlobal #selectSet a {border-bottom:1px dotted} +#batchManagerGlobal #selectSet a {border-bottom:1px dotted;} #batchManagerGlobal #applyOnDetails {font-style:italic;} #batchManagerGlobal .actionButtons {text-align:left;} #batchManagerGlobal #filterList {padding-left:5px;} #batchManagerGlobal #filterList li {margin-bottom:5px; list-style-type:none;} -#batchManagerGlobal a.removeFilter {background: url(icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block} +#batchManagerGlobal a.removeFilter {background: url(icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block;} #batchManagerGlobal a.removeFilter:hover {background: url(icon/remove_filter_hover.png); border:none;} #batchManagerGlobal .removeFilter span {display:none} #batchManagerGlobal #applyFilterBlock {margin-top:20px;} -#batchManagerGlobal .useFilterCheckbox {display:none} +#batchManagerGlobal .useFilterCheckbox {display:none;} /* TokenInput (with Facebook style) */ |