]> source.dussan.org Git - redmine.git/commitdiff
Fix that input fields of the login form are too small in height on mobile (#33913).
authorGo MAEDA <maeda@farend.jp>
Mon, 28 Sep 2020 08:21:54 +0000 (08:21 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 28 Sep 2020 08:21:54 +0000 (08:21 +0000)
Patch by Bernhard Rohloff.

git-svn-id: http://svn.redmine.org/redmine/trunk@20092 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/responsive.css

index 9e689523b1132e242f41eb071cd2a9f6d1aa5bd5..a4902af67d0cc877dc06f7224d7a1a547da8683c 100644 (file)
     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 */
   .action-login #main {
     margin: 0;