Changeset 2542


Ignore:
Timestamp:
Sep 17, 2008, 1:13:53 AM (16 years ago)
Author:
vdigital
Message:

A large button from Stripy design...

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

Legend:

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

    r2532 r2542  
    5656<input type="hidden" name="simulate" value="0" />
    5757<input type="hidden" name="subcats-included" value="1" checked="checked"/>
    58 <input class="bigbutton" type="submit" value="{'Rapid local synchronization'|@translate}" name="submit" />
     58<div class="bigbutton"><input type="submit" value="" name="submit"/><div class="bigtext">{'Quick Local Synchronization'|@translate}</div></div>
    5959</form>
  • trunk/admin/template/goto/theme/roma/theme.css

    r2541 r2542  
    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 INPUT.bigbutton { background: #111 url(images/rapid_local_synchro.png) no-repeat scroll left top;
    54 width: 600px; height: 120px; color:#f70; font-size: 36px; text-align: left; padding: 0 0 0 30px;
    55 border: 0; }
     53.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top;
     54border: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;
     56position: 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;
     58font-family: FlorenceSans, Helvetica,Optima,"Bitstream Vera Sans",sans-serif; font-weight: bold;}
     59*+html  .bigtext { left: 65px; }
     60.bigbutton:hover { background:transparent url(images/quickLocalSync_hover.png) no-repeat scroll left top; color: #000; }
    5661.content UL.thumbnails SPAN.wrap2 {
    5762  border: 1px solid #aaaaaa;    /* thumbnails border color and style */
Note: See TracChangeset for help on using the changeset viewer.