diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-03-11 17:15:33 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-03-11 17:15:33 +0100 |
commit | cd00796d216adf82d18ed3b3a6bbcaa7b99b4619 (patch) | |
tree | aa87f855d98bcd7c8fb2c8a38a6b7e73c41af307 /skins | |
parent | c3b984aa204bdb318b05302ab50702b789c305b0 (diff) | |
download | bugzilla-cd00796d216adf82d18ed3b3a6bbcaa7b99b4619.tar.gz bugzilla-cd00796d216adf82d18ed3b3a6bbcaa7b99b4619.tar.xz |
Bug 325315: The page to reset a forgotten password should be distinct from the login page
r=dkl a=glob
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 6d0e64a86..6e3b41fd7 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -254,6 +254,23 @@ } /* generic (end) */ +#login_form { + border: solid; + margin: 2em auto; + padding: 1em; + width: 35em; +} + +#login_form #Bugzilla_login, #login_form #Bugzilla_password, +#forgot_password #loginname { + width: 25em; +} + +#login_form .links { + text-align: center; + padding: 1em; +} + /* Links that control whether or not something is visible. */ a.controller { font-size: 115%; |