From fbf7f7bc07ade64c02a54697d3bd3f369f99ecc1 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Thu, 27 Sep 2012 15:34:15 -0400 Subject: [PATCH] Restyle compose window slightly. (imported from commit 390dcdfade8ceab5d20b29271a79476d74bb2525) --- zephyr/static/styles/zephyr.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 7e037a2eb8..60daa719eb 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -81,7 +81,7 @@ td.zephyr_recipient { } td.zephyr_newstyle_class { - vertical-align: top; + vertical-align: middle; text-align: right; overflow-x: hidden; padding-right: 10px; @@ -94,6 +94,7 @@ td.zephyr_newstyle_class { } td.zephyr_newstyle_instance { + vertical-align: middle; text-align: left; overflow-x: hidden; padding-left: 10px; @@ -267,6 +268,8 @@ textarea:focus { input.zephyr_recipient_box { width: 90%; + margin-bottom: 0px; + margin-top: 0px; } input.send_zephyr {