summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-09-28 08:21:54 +0000
committerGo MAEDA <maeda@farend.jp>2020-09-28 08:21:54 +0000
commitd3e76b4b22bf5dc3eecd6a04769ef0aeee284a41 (patch)
tree05faabf186d93e6d4a0d90b9473f8c1eb289a43b
parent97ddf78fd229456fcf0f3b396882e94661081223 (diff)
downloadredmine-d3e76b4b22bf5dc3eecd6a04769ef0aeee284a41.tar.gz
redmine-d3e76b4b22bf5dc3eecd6a04769ef0aeee284a41.zip
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
-rw-r--r--public/stylesheets/responsive.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css
index 9e689523b..a4902af67 100644
--- a/public/stylesheets/responsive.css
+++ b/public/stylesheets/responsive.css
@@ -656,20 +656,6 @@
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;