aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-01-28 01:27:24 +0000
committerDave Whiteland <dave@mysociety.org>2013-01-28 01:27:24 +0000
commitbdff3463d11642dd7b756f32b71f6e454edd458a (patch)
tree3d1c1887ba35225f152cde585c057e3734337d2f /web
parent4f8f7d2ee879ea51d70cb91c1ba6b7712ab29d5c (diff)
add CSS for Message Manager detach button and popup
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmybarangay/message_manager.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/cobrands/fixmybarangay/message_manager.scss b/web/cobrands/fixmybarangay/message_manager.scss
index 120bea4ba..6143f2f34 100644
--- a/web/cobrands/fixmybarangay/message_manager.scss
+++ b/web/cobrands/fixmybarangay/message_manager.scss
@@ -16,7 +16,7 @@ $color_bg_mm_list: #F6F6F6;
$color_bg_btn_hide: #ff0000;
$color_bg_btn_reply: #008000;
$color_bg_btn_info: #0000ff;
-
+$color_bg_btn_detach: #FFA500;
$weak_text_color: #666;
@@ -188,6 +188,11 @@ p.mm-submitted-by-sms {
background-color: $color_bg_btn_reply;
cursor: pointer;
}
+ .mm-detach {
+ right:5.65em;
+ background-color: $color_bg_btn_detach;
+ cursor: pointer;
+ }
}
&.mm-archive {
display: none; // archive only shown on interaction
@@ -211,6 +216,7 @@ p.mm-submitted-by-sms {
width: 11em; // hack to stop adjacent button hopping when button message changes
}
+#detach-form-container,
#reply-form-container,
#hide-form-container {
p {