]> source.dussan.org Git - redmine.git/commitdiff
Fix that "Stay logged in" checkbox in Sign in page is misaligned (#31147, #31371).
authorGo MAEDA <maeda@farend.jp>
Thu, 16 May 2019 08:03:28 +0000 (08:03 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 16 May 2019 08:03:28 +0000 (08:03 +0000)
Patch by Marius BALTEANU.

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

public/stylesheets/application.css

index 11b9263bafdfc69ae5872c851c555a1b38f5a5e4..7bcdfaa98cb230f04643312e75b477a70a2cbf9b 100644 (file)
@@ -103,7 +103,8 @@ html>body #content { min-height: 600px; }
 #login-form {margin:5em auto 2em auto; padding:20px; width:340px; border:1px solid #FDBF3B; background-color:#FFEBC1; border-radius:4px; box-sizing: border-box;}
 #login-form label {display:block; margin-bottom:5px; font-weight:bold;}
 #login-form label[for=autologin] {font-weight:normal;}
-#login-form input {display:block; width:100%; height: 29px;}
+#login-form input {height: 29px;}
+#login-form input[type=text], #login-form input[type=password], #login-form input[type=submit] {display: block; width: 100%;}
 #login-form input[type=text], #login-form input[type=password] {margin-bottom: 15px;}
 #login-form a.lost_password {float:right; font-weight:normal;}
 #login-form input#openid_url {background:#fff url(../images/openid-bg.gif) no-repeat 4px 50%; padding-left:24px !important;}