diff options
author | Dave Whiteland <dave@mysociety.org> | 2014-01-17 11:05:16 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2014-01-17 11:05:16 +0000 |
commit | 7ce2ea0ce0ac546e58723c49a22a683bfdeb036f (patch) | |
tree | fc6868066dff899f698b0117a69c6c9804b8e953 | |
parent | 1222e5f35a8556705f75014a3de8a4e4c54a5cba (diff) |
allow wide container in fixmindelo admin style
-rw-r--r-- | web/cobrands/fixmindelo/layout.scss | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/web/cobrands/fixmindelo/layout.scss b/web/cobrands/fixmindelo/layout.scss index 6e1180e2b..8dfea7acd 100644 --- a/web/cobrands/fixmindelo/layout.scss +++ b/web/cobrands/fixmindelo/layout.scss @@ -54,8 +54,14 @@ body.frontpage { } } -body.admin table { - background: white; // force bg colour since it may overhang the colourful background +body.admin { + .container { + width: 94%; + margin: 0 auto; + } + table { + background: white; // force bg colour since it may overhang the colourful background + } } #main-nav ul#mysoc-menu li a#mysoc-logo { |