1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-21 16:01:14 +00:00

Fix that input fields of the login form are too small in height on mobile (#33913).

Patch by Bernhard Rohloff.


git-svn-id: http://svn.redmine.org/redmine/trunk@20092 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-09-28 08:21:54 +00:00
parent 97ddf78fd2
commit d3e76b4b22

View File

@ -656,20 +656,6 @@
F) PAGE SPECIFIC STYLES F) PAGE SPECIFIC STYLES
\*----------------------------------------*/ \*----------------------------------------*/
/* page /login */
#login-form table {
width: 100%;
}
#login-form input#username,
#login-form input#password,
#login-form input#openid_url,
#login-form input#twofa_code {
width: 100%;
height: auto;
}
/* some themes add a margin to login page, remove it on mobile */ /* some themes add a margin to login page, remove it on mobile */
.action-login #main { .action-login #main {
margin: 0; margin: 0;