diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-25 13:12:05 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-25 13:12:05 +0100 |
commit | cf398ba05069959c33a42121c99cd04b19092677 (patch) | |
tree | 3853b435350d2e265a3d7dd097603510ad73a733 | |
parent | 1cc5d87fafd63c0221e7a634ff33b307adf36671 (diff) |
button style
-rw-r--r-- | web/cobrands/lichfield/css/layout.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/cobrands/lichfield/css/layout.css b/web/cobrands/lichfield/css/layout.css index 8ad8c7337..c7667530c 100644 --- a/web/cobrands/lichfield/css/layout.css +++ b/web/cobrands/lichfield/css/layout.css @@ -47,3 +47,11 @@ #mysociety #fileupload_normalUI input { background-color: white; } + +#mysociety input[type='submit']{ + border: 0px; + color: white; + padding: 3px; + 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; +} |