Ignore:
Timestamp:
Nov 8, 2012, 10:12:26 PM (11 years ago)
Author:
rvelices
Message:

cleanup admin css

File:
1 edited

Legend:

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

    r18610 r18976  
    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; }
    119ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside;
    1210  padding: 0; text-indent: 0; list-style: none; text-align: center; }
    13 .content div.titrePage ul.categoryActions { float: right; }
    1411.content div.titrePage { padding: 0 0 3px; }
    15 .content ul.categoryActions li { display: inline; }
    1612.content div.comment { margin: 0 0 0.5em 0; padding: 0;
    1713  overflow: hidden; width: 100%;        /* don't ask why. It's a very usefull trick  */ }
     
    175171}
    176172
    177 FORM#categoryOrdering UL.categoryActions {
    178         float: right;
    179         height:45px;
    180         line-height:45px;
    181 }
    182 /* */
    183173
    184174/* menuOrdering */
     
    287277
    288278BODY {
    289         margin: 5px;
    290         padding: 0;
    291279        font-size: 0.8em;
    292280        font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
     
    910898/* Tables & forms */
    911899
    912 INPUT.text, INPUT.password, INPUT.button,
    913 INPUT.submit, INPUT.reset, INPUT.file,
    914900SELECT, TEXTAREA {
    915901  color:#999;
     
    917903}
    918904
    919 INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus {
     905INPUT:focus, SELECT:focus, TEXTAREA:focus {
    920906  background-color: #444;       /* whitesmoke */
    921907}
Note: See TracChangeset for help on using the changeset viewer.