From 9622d5e964794ae939e649c7cfa2656f9190d462 2015-11-07 13:41:49 From: Jean-Philippe Lang Date: 2015-11-07 13:41:49 Subject: [PATCH] Style login page (#19097). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14821 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 0875814..4aadb47 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -12,6 +12,7 @@ C) MAIN CONTENT & SIDEBAR D) TOGGLE BUTTON & FLYOUT MENU E) UX ELEMENTS + F) PAGE SPECIFIC STYLES */ @@ -647,4 +648,29 @@ { float: right; } + + /*----------------------------------------*\ + F) PAGE SPECIFIC STYLES + \*----------------------------------------*/ + + /* page /login */ + + #login-form table + { + width: 100%; + } + + #login-form input#username, + #login-form input#password, + #login-form input#openid_url + { + width: 100%; + height: auto; + } + + /* some themes add a margin to login page, remove it on mobile */ + .action-login #main + { + margin: 0; + } }