diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index e384783859..1a28df8530 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -840,6 +840,9 @@ table.focused_table { line-height: 18px; padding-left: 35px; } +.message_edit_content { + line-height: 18px; +} @media (max-width: 480px) { .message_content { margin-right: 5px; @@ -2057,9 +2060,12 @@ li.expanded_subject .subject_box { margin-left: 50px; } #message_edit_form textarea { - width: 90%; + width: 100%; min-width: 206px; } +#message_edit_form .control-group { + margin-bottom: 5px; +} .message_edit_notice { font-size: 11px;