diff options
author | Martin Wright <martin@mysociety.org> | 2014-04-07 17:20:22 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-04-24 15:38:16 +0100 |
commit | ec07d6d587bacf7c36b85fb0f68eebc64824bb1d (patch) | |
tree | 317bffcfa09096629cb28c9ab8910b8d0b45cc51 | |
parent | 59311355ee46d36bef1ffe107f34d7721d74e841 (diff) |
simplified login screen design
-rw-r--r-- | app/assets/stylesheets/responsive/_signin_style.scss | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/app/assets/stylesheets/responsive/_signin_style.scss b/app/assets/stylesheets/responsive/_signin_style.scss index b78c4a84d..76ad087b5 100644 --- a/app/assets/stylesheets/responsive/_signin_style.scss +++ b/app/assets/stylesheets/responsive/_signin_style.scss @@ -1,28 +1,21 @@ /* Signin styles */ #signup, #signin { - .form_item_note, .form_note{ - font-size:0.9em; + input[type=text], + input[type=password] { + width: 100%; } } #middle_strip { text-align:center; - margin-top:45px; + position: relative; + top: 3em; font-size:1.2em; - font-family:Georgia; - font-style:italic; -} - -#sign_together{ - h1 { - text-align:center; - } } p#sign_in_reason, p#superuser_message { - text-align:center; - font-size:1.4em; - font-weight:700; + font-size:2em; + font-weight:bold; line-height:1em; } |