diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmybarangay/message_manager.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/fixmybarangay/message_manager.scss b/web/cobrands/fixmybarangay/message_manager.scss index 4365707c1..d2b7739c2 100644 --- a/web/cobrands/fixmybarangay/message_manager.scss +++ b/web/cobrands/fixmybarangay/message_manager.scss @@ -194,6 +194,12 @@ p.mm-submitted-by-sms { #show_messages, #copy_to_update, #reply-submit { margin: 1em; } +#copy_to_update { + display: none; // show on demand, not before +} +#show_messages { + width: 11em; // hack to stop adjacent button hopping when button message changes +} #reply-form-container, #hide-form-container { |