aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-10-15 12:16:34 +0100
committerChris Mytton <self@hecticjeff.net>2013-10-15 12:16:34 +0100
commit82efeac919e758a3b8bd833e5dba452d470c70da (patch)
treea0fd801dc4cf0ff16906fe8697e8162f503c5ddb /web
parentce8c4fed6350cbdcf248824c5c1e631c5c8b49af (diff)
[Zurich] Fix styling issue on login form
Closes #425
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/zurich/_zurich.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/zurich/_zurich.scss b/web/cobrands/zurich/_zurich.scss
index f9ea29d9a..5cf76bf87 100644
--- a/web/cobrands/zurich/_zurich.scss
+++ b/web/cobrands/zurich/_zurich.scss
@@ -39,3 +39,12 @@ body.frontpage #zurich-footer-wrapper {
.muted, .muted a {
color: #aaa;
}
+
+#form_sign_in_yes {
+ .form-txt-submit-box {
+ clear: both;
+ div.form-error {
+ width: 61%;
+ }
+ }
+}