Ignore:
Timestamp:
May 10, 2013, 6:49:09 AM (12 years ago)
Author:
rvelices
Message:

clean admin unused css ...

File:
1 edited

Legend:

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

    r22541 r22580  
    6363/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
    6464/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
    65 #headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
    66 position:absolute; left:0px; top:0px; z-index: 0;
    67 background:transparent }
    68 h3, .content, .throw, .row1 { background-color: #ddd; }
     65h3, .throw, .row1 { background-color: #ddd; }
    6966.row2 { background-color:#eeeeee; }
    70 #content { background: #f1f1f1; min-height: 467px;}
    71 
    72 .content {
     67
     68#content {
     69        background: #f1f1f1;
    7370  border: 1px solid #aaa;
     71        min-height: 467px;
    7472  margin-left:217px;
    7573  margin-top: 7px;
     
    9997
    10098ul.thumbnails input { color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
    101 INPUT.bigbutton:hover { background-color: #ddd;  color:#0cc; border: 0; }
    10299.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; }
    103100label { cursor:pointer }
     
    298295#pwgMain {padding-left:0}
    299296
    300 .grp_action A, input[type="submit"], input[type="button"], input[type="reset"], a.bigButton {
     297.buttonLike, input[type="submit"], input[type="button"], input[type="reset"] {
    301298  font-size:12px;
    302299  font-weight:bold;
     
    312309}
    313310
    314 .grp_action A:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover {
     311.buttonLike:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
    315312        cursor: pointer;
    316   background-color:#ff7700;
    317   color:white;
     313  background-color: #ff7700;
     314  color: white;
     315        text-decoration: none;
    318316}
    319317
Note: See TracChangeset for help on using the changeset viewer.