aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/responsive/_signin_style.scss21
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;
}