Ignore:
Timestamp:
Mar 21, 2011, 11:27:48 PM (13 years ago)
Author:
plg
Message:

move CSS rules from batch_manager_global.tpl to theme.css

change batch_manager_global selected thumbnail background color for "roma" admin theme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/batch_manager_global.tpl

    r9806 r9815  
    305305{/literal}{/footer_script}
    306306
    307 {literal}
    308 <style>
    309 #action p {text-align:left;}
    310 .bulkAction {text-align:left;margin:15px 0;padding:0;}
    311 #action_del_tags ul.tagSelection {margin:0 !important; width:620px;}
    312 #selectAction {}
    313 #checkActions {text-align:left; margin:0 0 20px 0;}
    314 .content ul.thumbnails span.wrap1 {margin:5px}
    315 .content ul.thumbnails span.wrap2 {border:0;background-color:#ddd;}
    316 .content ul.thumbnails span.wrap2:hover {background-color:#7CBA0F;}
    317 .thumbSelected {background-color:#C2F5C2 !important}
    318 
    319 #selectedMessage {background-color:#C2F5C2; padding:5px; -moz-border-radius:5px;}
    320 #selectSet a {border-bottom:1px dotted}
    321 #applyOnDetails {font-style:italic;}
    322 
    323 .actionButtons {text-align:left;}
    324 #filterList {padding-left:5px;}
    325 #filterList li {margin-bottom:5px; list-style-type:none;}
    326 a.removeFilter {background: url(admin/themes/default/icon/remove_filter.png) no-repeat top left;width:7px;height:7px;display:inline-block}
    327 a.removeFilter:hover {background: url(admin/themes/default/icon/remove_filter_hover.png); border:none;}
    328 .removeFilter span {display:none}
    329 #applyFilterBlock {margin-top:20px;}
    330 .useFilterCheckbox {display:none}
    331 </style>
    332 {/literal}
     307<div id="batchManagerGlobal">
    333308
    334309<h2>{'Batch Manager'|@translate}</h2>
     
    581556
    582557  </form>
     558
     559</div> <!-- #batchManagerGlobal -->
Note: See TracChangeset for help on using the changeset viewer.