diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-25 16:26:50 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-25 16:26:50 +0100 |
commit | c86b74e1c1e335fb87383485e6b8554581dcec5c (patch) | |
tree | 182c15152120fae33c0e82800bf1d9e4bf5f69f6 | |
parent | cf398ba05069959c33a42121c99cd04b19092677 (diff) |
put a bit of space around form elements
-rw-r--r-- | web/cobrands/lichfield/css/layout.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/lichfield/css/layout.css b/web/cobrands/lichfield/css/layout.css index c7667530c..6aee9bce0 100644 --- a/web/cobrands/lichfield/css/layout.css +++ b/web/cobrands/lichfield/css/layout.css @@ -40,8 +40,10 @@ padding-left: 6.5em; } +#mysociety textarea, #mysociety input { background-color: #f9f9f1; + margin: 4px; } #mysociety #fileupload_normalUI input { @@ -52,6 +54,7 @@ border: 0px; color: white; padding: 3px; + vertical-align: top; font:150%/1.4em "Trebuchet MS", Helvetica, Arial, Sans-serif; background:url(http://www.lichfielddc.gov.uk/site/styles/css_img/nav-bg.png) top repeat-x; } |