diff options
author | Struan Donald <struan@exo.org.uk> | 2011-08-09 18:15:25 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-08-09 18:15:25 +0100 |
commit | 0de9d82a715a21b03226c5ed2aa5a9b2b8ba97a0 (patch) | |
tree | b6cb2c144dbca4691a76128edab28bf6ab86bce6 /web/css | |
parent | a7106bd754ba67ec28bcf5aaf0a56968efa899a2 (diff) | |
parent | a4bfd8e348a5d589c7a3886cd5fe11bd12f17c6d (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into open311-consumer
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/_main.scss | 20 | ||||
-rw-r--r-- | web/css/main.css | 19 |
2 files changed, 33 insertions, 6 deletions
diff --git a/web/css/_main.scss b/web/css/_main.scss index 9063f1484..19d9b5a40 100644 --- a/web/css/_main.scss +++ b/web/css/_main.scss @@ -83,11 +83,12 @@ select, input, textarea { position: relative; margin: 0 auto; max-width: 60em; + overflow: auto; } /* Can't put the margin in #mysociety because of above IE craziness */ #wrapper { - margin: 1em 2em 2em; + margin: 1em 2em; } #meta { @@ -162,7 +163,20 @@ select, input, textarea { text-align: center; border-top: solid 2px $header_back; width: 50%; - margin: 2em auto 0; - padding: 1em; + margin: 1em auto 0; + padding: 0; + color: $header_darker; + + .l, .r { + margin-top: 0; + text-align: left; + width: 45%; + } + .l { + float: left; + } + .r { + float: right; + } } diff --git a/web/css/main.css b/web/css/main.css index 5b4be5ebc..65fd5eae3 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -80,11 +80,12 @@ select, input, textarea { position: relative; margin: 0 auto; max-width: 60em; + overflow: auto; } /* Can't put the margin in #mysociety because of above IE craziness */ #wrapper { - margin: 1em 2em 2em; + margin: 1em 2em; } #meta { @@ -157,6 +158,18 @@ select, input, textarea { text-align: center; border-top: solid 2px #e3d595; width: 50%; - margin: 2em auto 0; - padding: 1em; + margin: 1em auto 0; + padding: 0; + color: #4e451b; +} +#footer .l, #footer .r { + margin-top: 0; + text-align: left; + width: 45%; +} +#footer .l { + float: left; +} +#footer .r { + float: right; } |