Ignore:
Timestamp:
Oct 17, 2011, 8:59:07 PM (13 years ago)
Author:
mistic100
Message:

feature:2471 [Batch Manager] "zoom" and "edit" links over each thumbnail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/theme.css

    r12032 r12474  
    10261026#batchManagerGlobal ul.thumbnails span.wrap2 {border:0}
    10271027#batchManagerGlobal ul.thumbnails span.wrap2:hover {background-color:#7CBA0F;}
     1028#batchManagerGlobal ul.thumbnails div.actions {display:none;position:absolute;top:0;right:5px;}
     1029#batchManagerGlobal ul.thumbnails div.actions a {color:#222;}
     1030#batchManagerGlobal ul.thumbnails span.wrap1:hover div.actions {display:block;}
    10281031#batchManagerGlobal #selectedMessage {padding:5px; -moz-border-radius:5px;-webkit-border-radius:5px;}
    1029 #batchManagerGlobal #selectSet a {border-bottom:1px dotted}
     1032#batchManagerGlobal #selectSet a {border-bottom:1px dotted;}
    10301033#batchManagerGlobal #applyOnDetails {font-style:italic;}
    10311034#batchManagerGlobal .actionButtons {text-align:left;}
    10321035#batchManagerGlobal #filterList {padding-left:5px;}
    10331036#batchManagerGlobal #filterList li {margin-bottom:5px; list-style-type:none;}
    1034 #batchManagerGlobal a.removeFilter {background: url(icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block}
     1037#batchManagerGlobal a.removeFilter {background: url(icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block;}
    10351038#batchManagerGlobal a.removeFilter:hover {background: url(icon/remove_filter_hover.png); border:none;}
    10361039#batchManagerGlobal .removeFilter span {display:none}
    10371040#batchManagerGlobal #applyFilterBlock {margin-top:20px;}
    1038 #batchManagerGlobal .useFilterCheckbox {display:none}
     1041#batchManagerGlobal .useFilterCheckbox {display:none;}
    10391042
    10401043
Note: See TracChangeset for help on using the changeset viewer.