Ignore:
Timestamp:
Dec 29, 2010, 11:01:03 PM (13 years ago)
Author:
rvelices
Message:

some admin theme cleanup - remove unused css, unused icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/default-layout.css

    r7869 r8382  
    4444TABLE.plugins A { border: 0; }
    4545TABLE.plugins TR TD { padding: 4px 10px; }
    46 TABLE.plugins TR TD.pluginState { padding: 4px 16px; }
    4746TABLE.languages TR TD { padding: 7px 20px; }
    4847
    49 TABLE.plugins TR TD.active,
    50 TABLE.languages TR TD.active {
    51         background: url(icon/plugin_active.gif) no-repeat center left;
    52         background-color: inherit; /* IE need it */
    53 }
    54 
    55 TABLE.plugins TR TD.inactive {
    56         background: url(icon/plugin_inactive.gif) no-repeat center left;
    57         background-color: inherit; /* IE need it */
    58 }
    59 
    60 TABLE.plugins ul.pluginsActions {
    61         float: left;
    62         padding: 0;
    63         margin: 0;
    64         width: 60px;
    65         list-style: none;
    66         text-align: center;
    67 }
    68 
    69 TABLE.plugins ul.pluginsActions li { display: inline; }
    7048
    7149/* categoryOrdering */
     
    290268#pwgHead A {color:#ccc;}
    291269#pwgHead A:hover {color:#fff;border-bottom:1px solid #fff}
    292 #pwgHead A#instructions:hover {border:none;}
    293270
    294271#headActions {float:right; height:46px; line-height:46px; margin-right:10px;}
Note: See TracChangeset for help on using the changeset viewer.