Ignore:
Timestamp:
Jul 6, 2008, 10:55:57 PM (16 years ago)
Author:
vdigital
Message:

Transparent .png for IE6 / Help icon fixed / Tabsheet fixed / and CSS review (still on going)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/yoga/theme/admin/theme.css

    r2420 r2426  
    2020#copyright { color:#777; margin:60px auto 0px 240px; text-align:center;
    2121padding-bottom: 15px;
    22 background:transparent url(images/tuft_of_grass-bg.png) no-repeat scroll left bottom; }
     22/* background:transparent url(images/tuft_of_grass-bg.png) no-repeat scroll left bottom;  */}
    2323.header_notes {
    2424background: transparent url(../../../../../template/yoga/icon/note.png) no-repeat right top;
    25 border:0; font-weight:bold;
    26 padding:5px 60px 0 0; position:absolute; right:0;
    27 text-align:right; top:90px; width:550px; }
     25border:0; font-weight:bold; min-height: 48px;
     26padding:15px 60px 0 0; position:absolute; right:0;
     27text-align:right; top:90px; width:550px;  }
    2828
    2929/* backgrounds */
     
    3636border:0; display:block; margin: 0; padding-bottom: 0; z-index: 1; top:0px;
    3737padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; }
    38 #tuft { /* to be removed */
    39 border:0; display:block; margin: 0; padding: 0; z-index: 99; bottom:0px;
    40 min-height: 31px; width:87px; position:absolute; right:0px;
    41 background:transparent url(images/tuft_of_grass-bg.png) no-repeat fixed right bottom; }
    4238#headbranch {
    4339background:transparent url(images/top-left-bg.png) no-repeat scroll left top;
     
    5046h3, #imageToolBar a:hover, .row1, .content { background-color: #222; }
    5147.row2 { background-color:#111; }
    52 #content { background: #222 url(images/fillet.png) repeat-x top left; }
    53 .content { min-height: 466px; padding:0px 5px 5px 5px; margin: 0 10px 0 248px; z-index:99; }
     48#content { background: #222 url(images/fillet.png) repeat-x top left; min-height: 466px; }
     49.content { padding:0px 5px 5px 5px; margin: 0 10px 0 248px; z-index:99; }
    5450.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
    5551 text-align:right; background:none; border: 0; }
     
    9086right:0; text-align:right; top:0; width:770px; }
    9187
    92 
     88.HelpActions a { border:0; margin:4px 14px 0 0; position:absolute; right:0; }
     89.HelpActions li {list-style-image:none; list-style-position:outside;
     90list-style-type:none; text-align:center; text-indent:0pt; }
    9391fieldset#uploadConf input { margin-left:5%; width:160px; }
    9492table.table2 th { padding:3px 30px; }
     
    9694table.table2 { margin:0pt auto; }
    9795.sort { display:block; padding:8px 5px 0px 1px; }
    98 
    9996/* tabsheets are often used in admin  pages => No specific css files */
    10097.tabsheet {
     
    103100font-size:8px; line-height:14px; list-style-image:none;
    104101margin: 0; padding: 0; position:relative; text-decoration:none;
    105 top:-2px; white-space:nowrap; width:710px; }
     102top:-2px; white-space:nowrap; margin: 0 22px 0 0;}
    106103.tabsheet li {
    107104float:left; margin: 0; padding: 0; text-align:right; overflow: hidden;
     
    126123padding:0; width:207px; z-index:99; text-align: left; /*  "be nice to IE5" rule */ }
    127124#menubar .selected a { color: #f70; border-color: #f36; }
    128 #menubar .selected a:hover { color: #f33; border-bottom: 1px solid #f33;}
     125#menubar .selected a:hover { color: #f36; border-bottom: 1px solid #f36;}
    129126#menubar dd {
    130127background: transparent url(images/menubar-detail.png) repeat-y top left;
Note: See TracChangeset for help on using the changeset viewer.