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/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;}
Note: See TracChangeset for help on using the changeset viewer.