From ea586ac581bd3463ec5f9fb662255bba2e7a4f6c Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Fri, 14 Sep 2012 12:19:16 -0400 Subject: [PATCH] Restyle compose window slightly, add close button. I still don't love it visually, but it's getting there. Some obvious issues: Personals window is totally unstyled Clicking 'new message' should perhaps give you a fresh new window not something prepopulated with old stuff. Think about this. (imported from commit 8b28fd084d550db404eabbe63c056fa6866c0697) --- templates/zephyr/index.html | 15 ++++++++------- zephyr/static/styles/zephyr.css | 8 +++++++- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index 191e3753a3..5a33ad9f16 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -75,9 +75,10 @@ var people_list = {{ people }};
@@ -97,20 +98,20 @@ var people_list = {{ people }};

- +
- +

- - + +

diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 7ebf6f1dc1..374261ddb4 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -41,7 +41,8 @@ ul.nav-zephyr { } .zephyr_comp { - background-color: #EEE; + border: 1px solid #EEE; + border-top: 0px; } td.pointer { @@ -231,3 +232,8 @@ input.send_zephyr { background-color: blue; width: 2px; } + +#zephyr-type-tabs { + margin-top: 10px; + margin-bottom: 0px; +}