diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-09-25 16:07:21 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-09-25 16:07:21 +0100 |
commit | a1ae8fd11dd82e48d7d1409cc0edf55eb57ed04d (patch) | |
tree | 3892a3f953f31c5ceb4afbe431f6b50373c97c48 /web/cobrands/sass/_layout.scss | |
parent | 84a41f4a8728d24c81815988b67b0f7bcd51a5f9 (diff) |
Remove margin from fieldsets, tidy box sizes.
Diffstat (limited to 'web/cobrands/sass/_layout.scss')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 4f8b9597f..148bbdc36 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -729,7 +729,7 @@ input[type=text], input[type=password], input[type=email], textarea{ - max-width: 25em; + max-width: 27em; } /* form errors */ @@ -1126,13 +1126,6 @@ $button_bg_col: #a1a1a1; // also search bar (tables) .container { width: 100%; } - /*FORMS*/ - input[type=text], - input[type=password], - input[type=email], - textarea{ - width: 95%; - } // Remove central positioning of mainmenu and float right. // Left padding is to ensure no overlap of the site-logo |