Ignore:
Timestamp:
Nov 15, 2011, 10:13:02 PM (12 years ago)
Author:
rvelices
Message:

remove some useless css admin rules

File:
1 edited

Legend:

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

    r12589 r12633  
    2626h2 { color: #ccc; }
    2727
    28 .header_notes { 
     28.header_notes {
    2929  background: transparent url(../default/icon/note.png) no-repeat right top;
    30   border: none; 
     30  border: none;
    3131  min-height: 48px;
    32   padding: 15px 60px 0 0; 
     32  padding: 15px 60px 0 0;
    3333  right: 0;
    34   width: 550px; 
     34  width: 550px;
    3535}
    3636html, body { min-height: 100%; }
     
    5050
    5151.content {
    52   border: 1px solid #222; 
     52  border: 1px solid #222;
    5353}
    5454
     
    6060
    6161
    62 UL.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; }
    63 UL.thumbnails span.wrap2 { border:1px solid #666; padding: 4px; }
    64 UL.thumbnails span.wrap2 { -moz-border-radius:4px;  }
    65 UL.thumbnails span.wrap1 { margin:0 12px 5px; }
     62UL.thumbnails span.wrap2:hover { background-color#7CBA0F; color:#666; }
     63UL.thumbnails span.wrap2 {
     64        padding: 4px;
     65        border-radius: 4px;
     66        background-color:#333;
     67}
     68
    6669/* .throw, */ td h3 {
    6770 background-image: url(images/fillet.png); background-repeat: repeat-x; }
     
    7174input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
    7275TEXTAREA { cursor:text; font-size: 13px; }
    73 UL.thumbnails SPAN.wrap2 {
    74   border: 1px solid #aaaaaa;  /* thumbnails border color and style */
    75   border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
    76 }
    7776.tagSelection label { padding-right:12px; }
    7877.tagSelection LI.tagSelected {background-color:#aaa;}
     
    130129#menubar {
    131130background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
    132 border:0; 
    133 padding:0; width:207px; z-index:99; text-align: left; 
     131border:0;
     132padding:0; width:207px; z-index:99; text-align: left;
    134133}
    135134
     
    240239.languageDefault {background-color:#555; color:#aaa;}
    241240
    242 #batchManagerGlobal ul.thumbnails span.wrap2 {background-color:#333;}
    243241#batchManagerGlobal .thumbSelected {background-color:#555 !important}
    244242#batchManagerGlobal #selectedMessage {background-color:#555; color:#ddd;}
Note: See TracChangeset for help on using the changeset viewer.