diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-05-01 03:40:14 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-05-01 03:40:14 +0100 |
commit | 3b4614d30d8d933bfd01fc64e9af7376634cf74f (patch) | |
tree | 0ab0bb691dbf12398c9ba7b1036a171a06468ce4 /web | |
parent | a6d0a21c01feb4ed4202a65d9c783f84ed7b25cd (diff) |
cosmetic changes to front bgy. buttons
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmybarangay/base.scss | 8 | ||||
-rw-r--r-- | web/cobrands/fixmybarangay/layout.scss | 5 |
2 files changed, 13 insertions, 0 deletions
diff --git a/web/cobrands/fixmybarangay/base.scss b/web/cobrands/fixmybarangay/base.scss index 4bf65deb1..3bd104e67 100644 --- a/web/cobrands/fixmybarangay/base.scss +++ b/web/cobrands/fixmybarangay/base.scss @@ -19,12 +19,20 @@ body.frontpage { } } +#front-main #postcodeForm { + margin-right: 0 !important; +} + .ie6 body.frontpage #site-logo { background:url(/cobrands/fixmybarangay/images/ie_front_logo.gif) 0 0 no-repeat; } .yellow-btn, +a.yellow-btn, button.yellow-btn, input.yellow-btn{ @include button-reset(#FFD000, #cc9000, #aa7000, #300, #FFD000, #cc9000, #aa7000, #300); + &:visited, &:hover { + color:#300; + } }
\ No newline at end of file diff --git a/web/cobrands/fixmybarangay/layout.scss b/web/cobrands/fixmybarangay/layout.scss index 75550a604..63b329337 100644 --- a/web/cobrands/fixmybarangay/layout.scss +++ b/web/cobrands/fixmybarangay/layout.scss @@ -9,6 +9,11 @@ body { color: $primary_text; background: $primary; + #postcodeForm { + margin-left: 0; + margin-right: 0; + } + } .nav-wrapper { |