Project

General

Profile

Feature #19097 » 0005-Style-login-page.patch

Jan from Planio www.plan.io, 2015-03-04 12:41

View differences:

public/stylesheets/responsive.css
12 12
    C) MAIN CONTENT & SIDEBAR
13 13
    D) TOGGLE BUTTON & FLYOUT MENU
14 14
    E) UX ELEMENTS
15
    F) PAGE SPECIFIC STYLES
15 16
*/
......
662 663
        float: right;
663 664
    }
665
    /*----------------------------------------*\
666
        F) PAGE SPECIFIC STYLES
667
    \*----------------------------------------*/
668

  
669
    /* page /login */
670

  
671
    #login-form table
672
    {
673
        width: 100%;
674
    }
675

  
676
    #login-form input#username,
677
    #login-form input#password,
678
    #login-form input#openid_url
679
    {
680
        width: 100%;
681
        height: auto;
682
    }
683

  
684
    /* some themes add a margin to login page, remove it on mobile */
685
    .action-login #main
686
    {
687
        margin: 0;
688
    }
689

  
664 690
}
(8-8/16)