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

clean admin unused css ...

File:
1 edited

Legend:

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

    r22541 r22580  
    2323option[disabled] { background-color: #999; color: #444; }
    2424input[type="radio"], input[type="checkbox"] { background-color: transparent; }
    25 /* INPUT[type="checkbox"], INPUT[type="radio"]
    26 { color:#999; background-color: #eee; }  */
    27 .grp_action A, INPUT[type="submit"], INPUT[type="reset"]  { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
     25
    2826
    2927h2 { color: #ccc; }
     
    4543/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
    4644/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
    47 #headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
    48 position:absolute; left:0px; top:0px; z-index: 0;
    49 }
    5045h3, .row2, .content { background-color: #222; }
    5146.throw, .row1 { background-color:#111; }
    5247.throw em { font-style: normal; color: #ff3363; }
    5348
    54 #content { min-height: 466px; margin-top: 15px; }
    55 
    56 .content {
    57   border: 1px solid #222;
     49#content {
     50        border: 1px solid #222;
     51        min-height: 466px;
     52        margin-top: 15px;
    5853}
    5954
     
    7469/* borders */
    7570fieldset { border: 2px solid #333; }
    76 .grp_action A, INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
     71
     72.buttonLike, INPUT, SELECT, TEXTAREA {
     73        border: 1px solid #666;
     74}
    7775input:focus, select:focus, textarea:focus {
    7876        background-color: #444;
     
    212210#ui-datepicker-div .ui-datepicker-days-cell { background-color:#444; border:1px solid #222; border-top-color: #444; border-left-color: #444;}
    213211INPUT[type="text"].large  { width: 317px; }
    214 .grp_action A, input[type="button"], input[type="submit"], input[type="reset"] {
    215 color:#ff3363; background-color:#222; border-color: #ff3363; }
    216 .grp_action A:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    217 color:#999; border-color: #666; }
     212
     213.buttonLike, input[type="button"], input[type="submit"], input[type="reset"] {
     214        color:#ff3363;
     215        background-color:#222;
     216        border-color: #ff3363;
     217        padding: 1px 15px;
     218}
     219
     220.buttonLike:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
     221        color:#999;
     222        border-color: #666;
     223        text-decoration: none;
     224}
     225
    218226.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
    219227color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
Note: See TracChangeset for help on using the changeset viewer.