aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmybarangay/base.scss8
-rw-r--r--web/cobrands/fixmybarangay/layout.scss5
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 {