Project

General

Profile

Actions

Defect #31371

closed

"Stay logged in" checkbox in Sign in page is misaligned after r18056

Added by Go MAEDA almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
UI
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

The checkbox is misaligned after r18056.

[Before]

[After]


Files

before-r18056@2x.png (14.8 KB) before-r18056@2x.png Go MAEDA, 2019-05-15 07:00
after-r18056@2x.png (15.6 KB) after-r18056@2x.png Go MAEDA, 2019-05-15 07:00

Related issues

Blocks Redmine - Patch #31147: Add custom styles for all fieldsClosedGo MAEDA

Actions
Actions #1

Updated by Go MAEDA almost 5 years ago

  • Blocks Patch #31147: Add custom styles for all fields added
Actions #2

Updated by Marius BÄ‚LTEANU almost 5 years ago

Here is the fix:

diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 11b9263..7bcdfaa 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -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;}
Actions #3

Updated by Go MAEDA almost 5 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA
  • Resolution set to Fixed

Committed the patch. Thank you for writing the fix.

Actions

Also available in: Atom PDF