Changeset 2555


Ignore:
Timestamp:
Sep 20, 2008, 4:55:17 PM (16 years ago)
Author:
vdigital
Message:

Big button is fully working including IE 7 (big button is covered by transparent.gif button).

Location:
trunk/admin/template/goto
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/intro.tpl

    r2552 r2555  
    6060<input type="submit" value="" name="submit"/>
    6161</span>
    62 
    6362</form>
  • trunk/admin/template/goto/theme/roma/theme.css

    r2554 r2555  
    5252TEXTAREA { cursor:text; font-family:Univers,Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-size: 13px; }
    5353.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
    54 color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px; }
     54color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
     55position:relative;  z-index: 50;}
    5556.bigtext { display:block; font-weight:bold; left:225px; position:relative; top:35px; width:320px;  z-index: 55; cursor:pointer; }
    5657.bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; }
    57 .bigbutton input { background-color:transparent; border:0; display:block; height:161px; left:-20px;
    58 position:relative; top:-70px; width:625px; z-index: 99;}
     58.bigbutton input { background:transparent url(images/transparent.gif) repeat scroll left top;
     59border:0; display:block; height:161px; left:-20px; position:relative; top:-70px; width:625px; z-index: 99;}
    5960.bigbutton input:hover { cursor:pointer; }
    6061.content UL.thumbnails SPAN.wrap2 {
Note: See TracChangeset for help on using the changeset viewer.