Changeset 2644760 in github


Ignore:
Timestamp:
Dec 15, 2011 3:36:39 PM (17 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
2a5702c
Parents:
918bb92
Message:

Fix login button size

Location:
skins/larry
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/styles.css

    r918bb92 r2644760  
    826826} 
    827827 
    828 #login-form p.buttons { 
     828#login-form p.formbuttons { 
    829829        margin-top: 2em; 
    830830        text-align: center; 
  • skins/larry/templates/login.html

    r879b053e r2644760  
    1515<roundcube:object name="loginform" form="form" size="40" /> 
    1616 
    17 <p class="buttons"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p> 
     17<p class="formbuttons"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p> 
    1818 
    1919</form> 
Note: See TracChangeset for help on using the changeset viewer.