aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Landauer <matthew@openaustralia.org>2012-10-18 14:56:51 +1100
committerMatthew Landauer <matthew@openaustralia.org>2012-10-18 14:56:51 +1100
commitfff73a074462ea797c59c561502843f6624a8371 (patch)
tree101d27f0df0254dbb48ec299eee42b7289bebf38
parent1e4fd7f4a76ea33d270912bbb9a4bf76cbd9d2a9 (diff)
Keep content of signin and signup forms within their parent divs
-rw-r--r--public/stylesheets/main.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index decce951d..54420f04f 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -670,6 +670,10 @@ margin-top:20px;
width:auto;
}
+#signup .errorExplanation, #signin .errorExplanation {
+ width: inherit;
+}
+
#signup h2,#signin h2 {
font-size:1.1em;
}
@@ -685,7 +689,7 @@ margin-left:25%;
#signup .form_item_note,#signin .form_note {
font-size:0.9em;
margin-left:11.5em;
-width:24em;
+width:inherit;
}
div.controller_help dt a,div.controller_help h1 a,div#help_unhappy h1 a.hover_a {