diff options
author | Struan Donald <struan@exo.org.uk> | 2011-08-01 18:59:53 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-08-01 18:59:53 +0100 |
commit | f476afc1a89da69176d453184fb6e6062783af08 (patch) | |
tree | 1f64a55f75dacb9cfcbc8d73df232ce1b8941a45 /web | |
parent | 4844275dfb0155e0870225b928c3238ad9775a7f (diff) |
lichfied css changes
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/lichfielddc/css/layout.css | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/web/cobrands/lichfielddc/css/layout.css b/web/cobrands/lichfielddc/css/layout.css index 98bf5b88a..e671ef61c 100644 --- a/web/cobrands/lichfielddc/css/layout.css +++ b/web/cobrands/lichfielddc/css/layout.css @@ -115,7 +115,7 @@ #mysociety #fixed { padding: 5px !important; margin: 70px 0 10px 0 !important; - width: 540px; + width: 405px; position: relative; top: 7px } @@ -125,9 +125,24 @@ } #mysociety #updates div { - border: none; + border-bottom: 1px dotted #ccc; + padding: 0 0 17px 0; + margin: 17px 0 0 0; +} + +#mysociety #updates { + margin-bottom: 40px; + } + +#mysociety #updates p { + margin-bottom: 15px; } +#map_box ul li p { + margin: 0; + padding: 0; +} + #mysociety input[type='text'], #mysociety input[type='password'], #mysociety input[type='email'] { background: #F9F9F1; border: 1px solid #666 !important; |