Changeset 2552

Show
Ignore:
Timestamp:
09/19/08 23:41:19 (5 years ago)
Author:
vdigital
Message:

Big button is fully working with Firefox.
With IE 7 there is a bug, z-index doesn't work a transparent button is covering text "Quick Local Synchro".

Location:
trunk/admin/template/goto
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/default-layout.css

    r2546 r2552  
    531531  width:100%; 
    532532  font-size:80%; 
    533   border-collapse : collapse; 
     533  border-collapse : collapse; } 
  • trunk/admin/template/goto/intro.tpl

    r2542 r2552  
    4848 
    4949 
    50 <form action="{$U_CAT_UPDATE}" method="post" id="update" style="display: block; text-align:right;"> 
     50<form name="QuickSynchro" action="{$U_CAT_UPDATE}" method="post" id="update" style="display: block; text-align:right;"> 
    5151<input type="hidden" name="sync" value="files" checked="checked" /> 
    5252<input type="hidden" name="display_info" value="1" checked="checked" /> 
     
    5656<input type="hidden" name="simulate" value="0" /> 
    5757<input type="hidden" name="subcats-included" value="1" checked="checked"/> 
    58 <div class="bigbutton"><input type="submit" value="" name="submit"/><div class="bigtext">{'Quick Local Synchronization'|@translate}</div></div> 
     58<span class="bigbutton"> 
     59<span class="bigtext">{'Quick Local Synchronization'|@translate}</></span> 
     60<input type="submit" value="" name="submit"/> 
     61</span> 
     62 
    5963</form> 
  • trunk/admin/template/goto/theme/roma/theme.css

    r2550 r2552  
    5151INPUT, SELECT, TEXTAREA { border-left: 2px inset #666; text-indent:4px; } 
    5252TEXTAREA { cursor:text; font-family:Univers,Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-size: 13px; } 
    53 .bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; 
    54 border:0; color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px; } 
    55 .bigbutton input { background: transparent none no-repeat scroll left top;  
    56 position: relative; top: 0; left: 0; width:625px; height: 161px; border: 0;} 
    57 .bigtext { border:0; height:161px; left:273px; position:relative; top:-124px; width:225px; font-weight: bold;} 
    58 *+html  .bigtext { left: 65px; } 
     53.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block; 
     54color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px; } 
     55.bigtext { display:block; font-weight:bold; left:225px; position:relative; top:35px; width:320px;  z-index: 55; cursor:pointer; } 
    5956.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; 
     58position:relative; top:-70px; width:625px; z-index: 99;} 
     59.bigbutton input:hover { cursor:pointer; } 
    6060.content UL.thumbnails SPAN.wrap2 { 
    6161  border: 1px solid #aaaaaa;    /* thumbnails border color and style */ 
     
    6565ul.thumbnails input { border:3px double #f70; color:#222; font-size:10px; margin:0; } 
    6666INPUT[type="submit"]:hover , INPUT[type="reset"]:hover  { color:#f33; cursor: pointer; } 
    67 INPUT.bigbutton:hover { background-color: #222;  color:#f33; border: 0; cursor: pointer; } 
     67INPUT.bigbutton:hover { background-color: #222;  color:#f33; border: 0; } 
    6868.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; } 
    6969label { cursor:pointer } 
     
    7575* { outline-width: 0; } 
    7676a { color:#f70; border-color: #FF3363; } 
    77 a:hover { color: #f33; border-color: #FF3363; } 
     77a:hover { color: #f33; border-color: #FF3363;  cursor: pointer; } 
    7878h2 { display:block; font-size:28px; letter-spacing:-1px;  
    7979margin:0 20px; height:95px; overflow:hidden; padding:0; position:absolute;  
     
    137137/* hacks */ 
    138138html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */ 
     139*+html  .bigtext { left: 65px; } 
     140*+html  .bigbutton input, * html  .bigbutton input  { left:0px; position:relative; top:-110px; }