Changeset 19530 for trunk/admin/themes


Ignore:
Timestamp:
Dec 23, 2012, 7:38:05 AM (11 years ago)
Author:
rvelices
Message:

cleanup admin css

Location:
trunk/admin/themes
Files:
2 edited

Legend:

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

    r19069 r19530  
    280280        font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
    281281        text-align: center; /* be nice to IE5 */
     282        min-width: 60em;  /* ~ 3* #menubar width */
    282283}
    283284
     
    294295}
    295296
    296 #pwgHead {color:#aaa;}
     297#pwgHead {
     298        color: #aaa;
     299  background-color: #464646;
     300        height: 36px;
     301}
     302
    297303#pwgHead A {color:#ccc;}
    298304#pwgHead A:hover {color:#fff;border-bottom:1px solid #fff}
     
    577583#uploadFormSettings TH {
    578584  width:50%;
    579 }
    580 
    581 #pwgHead {
    582   background-color:#464646;
    583         height: 36px;
    584585}
    585586
     
    749750  z-index:99;
    750751}
    751 /* Set minimum width of the page before getting a scrollbar */
    752 /* IE5 and IE6 don't get that */
    753 BODY {
    754   min-width: 60em;  /* ~ 3* #menubar width */
    755 }
     752
    756753#thePopuphelpPage {
    757   min-width: 0;
     754  min-width: 0; /*reset default min width because no scrollbar here*/
    758755}
    759756
     
    910907INPUT[type="radio"], INPUT[type="checkbox"] {
    911908  border: none; /* <= Opera needs this */
    912 }
    913 
    914 INPUT.radio, INPUT.checkbox {
    915   border: none; /* <= IE6 needs this */
    916909}
    917910
  • trunk/admin/themes/roma/theme.css

    r19066 r19530  
    3939html, body { min-height: 100%; }
    4040
    41 body { margin: 0; padding: 0;
    42 background-color:#111111; }
     41body {
     42        background-color:#111111;
     43}
     44
    4345/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
    4446/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
Note: See TracChangeset for help on using the changeset viewer.