Changeset 12633 for trunk/admin


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

remove some useless css admin rules

Location:
trunk/admin/themes
Files:
3 edited

Legend:

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

    r12626 r12633  
    9393
    9494
    95 UL.thumbnails span.wrap2:hover { background-color:#eee; border:1px solid #0cc9c; color:#999; }
    96 UL.thumbnails span.wrap2 { border:1px solid #999; padding: 4px; }
    97 UL.thumbnails span.wrap2 { -moz-border-radius:4px; }
    98 UL.thumbnails span.wrap1 { margin:0 12px 5px; }
     95UL.thumbnails span.wrap2:hover { background-color:#7CBA0F; color:#999; }
     96UL.thumbnails span.wrap2 {
     97        padding: 4px;
     98        border-radius: 4px;
     99        background-color:#ddd;
     100}
     101
    99102
    100103/* borders */
    101104fieldset { border: 2px solid #ddd; }
    102105TEXTAREA { cursor:text; font-size: 13px; }
    103 UL.thumbnails SPAN.wrap2 {
    104   border: 1px solid #555555;  /* thumbnails border color and style */
    105   border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
    106 }
    107106.tagSelection label { padding-right:12px; }
    108107.tagSelection LI.tagSelected {background-color:#dbe8f3;}
     
    276275UL.thumbnails li.rank-of-image {background-color: #ddd;}
    277276
    278 #batchManagerGlobal ul.thumbnails span.wrap2 {background-color:#ddd;}
    279277#batchManagerGlobal .thumbSelected {background-color:#C2F5C2 !important}
    280278#batchManagerGlobal #selectedMessage {background-color:#C2F5C2;}
  • trunk/admin/themes/default/theme.css

    r12528 r12633  
    77.content dt { margin-bottom: 5px; font-style: italic;
    88  font-size: 110%; }
    9 .content ul.categoryActions a img, ul.categoryActions a { 
    10 border:0; margin-bottom:-5px; } 
     9.content ul.categoryActions a img, ul.categoryActions a {
     10border:0; margin-bottom:-5px; }
    1111ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside;
    1212  padding: 0; text-indent: 0; list-style: none; text-align: center; }
     
    1414.content div.titrePage { padding: 0 0 3px; }
    1515.content ul.categoryActions li { display: inline; }
    16 .content div.comment { margin: 0 0 0.5em 0; padding: 0; 
     16.content div.comment { margin: 0 0 0.5em 0; padding: 0;
    1717  overflow: hidden; width: 100%;        /* don't ask why. It's a very usefull trick  */ }
    1818.content div.comment a.illustration {
     
    3434}
    3535UL.thumbnails LI { display: inline }
    36 UL.thumbnails li.rank-of-image { 
     36UL.thumbnails li.rank-of-image {
    3737  float: left;
    3838  background-color: #333;
     
    5757}
    5858UL.thumbnails SPAN.wrap1 {
    59   margin: 0 5px 5px 5px;
     59  margin: 5px;
    6060  display: table-cell; display: inline-table;
    6161  display: inline-block; /* Why 3 display option ??? */
     
    146146        width: 100%;
    147147}
    148  
     148
    149149FORM#categoryOrdering {
    150150        padding-left: 1em; /* same as FIELDSET margin (there is no fieldset in this form) */
     
    369369        border-bottom: 1px solid #FF3363;
    370370}
    371 A.button, A.button:hover { 
    372         border: 0; 
     371A.button, A.button:hover {
     372        border: 0;
    373373}
    374374IMG {
     
    576576img.ui-datepicker-trigger {
    577577  cursor : pointer;
    578   vertical-align: middle; 
     578  vertical-align: middle;
    579579  margin:-3px 5px 2px 5px;
    580580}
     
    768768
    769769/* Webkit Hacks  */
    770 @media screen and (-webkit-min-device-pixel-ratio:0) { 
     770@media screen and (-webkit-min-device-pixel-ratio:0) {
    771771        #tiptip_content {
    772772                padding: 4px 8px 5px 8px;
    773773                background-color: rgba(45,45,45,0.88);
    774774        }
    775         #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
     775        #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    776776                border-bottom-color: rgba(45,45,45,0.88);
    777777        }
    778         #tiptip_holder.tip_top #tiptip_arrow_inner { 
     778        #tiptip_holder.tip_top #tiptip_arrow_inner {
    779779                border-top-color: rgba(20,20,20,0.92);
    780780        }
     
    785785  width: 18em;
    786786  margin: 10px 0 50px 5px;
    787   display: inline; 
    788   float: left; 
    789   left: 0; 
     787  display: inline;
     788  float: left;
     789  left: 0;
    790790}
    791791
    792792.content {
    793   padding:0 5px 0 0; 
     793  padding:0 5px 0 0;
    794794  margin: 0 5px 0 227px;
    795795  z-index:99;
     
    898898
    899899.pluginMiniBox {
    900   display:inline-table; 
    901   text-align:center; 
    902   width:250px; 
    903   height:40px; 
    904   margin:5px; 
     900  display:inline-table;
     901  text-align:center;
     902  width:250px;
     903  height:40px;
     904  margin:5px;
    905905  border-width:1px;
    906906  border-style:solid;
    907907  border-radius:5px;
    908908  -moz-border-radius:5px;
    909   overflow:hidden; 
     909  overflow:hidden;
    910910 }
    911911.pluginMiniBoxNameCell {font-size:1.05em; margin:5px 0;position:relative;}
     
    959959SELECT, TEXTAREA {
    960960  color:#999;
    961   background-color: #666;       
     961  background-color: #666;
    962962}
    963963
     
    997997  margin: 14px 24px 14px 14px;
    998998  padding: 5px 0 0 0;
    999   top: 90px; 
     999  top: 90px;
    10001000  position: absolute;
    10011001  text-align: right;
     
    10131013#batchManagerGlobal #action_del_tags ul.tagSelection {margin:0 !important; width:620px;}
    10141014#batchManagerGlobal #checkActions {text-align:left; margin:0 0 20px 0;}
    1015 #batchManagerGlobal ul.thumbnails span.wrap1 {margin:5px}
    1016 #batchManagerGlobal ul.thumbnails span.wrap2 {border:0}
    1017 #batchManagerGlobal ul.thumbnails span.wrap2:hover {background-color:#7CBA0F;}
    10181015#batchManagerGlobal ul.thumbnails div.actions {display:none;position:absolute;top:0;right:5px;}
    10191016#batchManagerGlobal ul.thumbnails div.actions a {color:#222;}
  • 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.