aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-09-30 20:45:22 +0100
committerDave Whiteland <dave@mysociety.org>2012-09-30 20:45:22 +0100
commit0806021813b2244a3359da633e83974b232dbd25 (patch)
treeb827981dabc3d507eae8c0375e2385fe2cfb4030 /web
parent7484c907bb6d44561bb39123d9bf07968fccc24c (diff)
small layout spacing fix
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmybarangay/message_manager.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/cobrands/fixmybarangay/message_manager.scss b/web/cobrands/fixmybarangay/message_manager.scss
index baf461ef7..887a452c0 100644
--- a/web/cobrands/fixmybarangay/message_manager.scss
+++ b/web/cobrands/fixmybarangay/message_manager.scss
@@ -100,7 +100,7 @@ $color_bg_reply_6: #B8B8B8;
color: white;
text-align: center;
position: absolute;
- top: 0;
+ top: 4px;
&:hover { background-color: black;}
}
.mm-hide {
@@ -118,6 +118,9 @@ $color_bg_reply_6: #B8B8B8;
margin: 1em;
}
}
+#add_support { /* COPY TO UPDATE button */
+ margin: 1em;
+}
#reply-form-container {
#reply-form{
margin-top: 2em;