diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index dff3bde46e..9667b3f375 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -1455,3 +1455,16 @@ li.expanded_subject { .message_edit { display: none; } + +/* Reduce some of the heavy padding from Bootstrap. */ +#message_edit_form .edit-control-label { + width: auto; + float: left; +} +#message_edit_form .edit-controls { + margin-left: 50px; +} +#message_edit_form textarea { + width: 90%; + min-width: 206px; +} diff --git a/zephyr/static/templates/message.handlebars b/zephyr/static/templates/message.handlebars index 70bbbb3296..ffb1e104ed 100644 --- a/zephyr/static/templates/message.handlebars +++ b/zephyr/static/templates/message.handlebars @@ -81,7 +81,6 @@
{{#if ../../use_match_properties}}{{{match_content}}}{{else}}{{{content}}}{{/if}}
- Save Cancel
[More...]
[Condense this message]
diff --git a/zephyr/static/templates/message_edit_form.handlebars b/zephyr/static/templates/message_edit_form.handlebars index 8def23d990..1032231761 100644 --- a/zephyr/static/templates/message_edit_form.handlebars +++ b/zephyr/static/templates/message_edit_form.handlebars @@ -1,8 +1,24 @@ {{! Client-side Mustache template for rendering the trailing bookend.}} -
+ {{#if is_stream}} - Subject:
+
+ +
+ +
+
{{/if}} - Content: +
+ +
+ +
+
+
+
+ Save + Cancel +
+