From a5d105dbaeed9229917836be85569c308cbaa58a Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Tue, 11 Sep 2012 14:25:29 -0400 Subject: [PATCH] Move styles out of index.html (imported from commit 8b3732ff67af71dac49886004370b6d4759b140f) --- templates/zephyr/index.html | 11 +---------- zephyr/static/styles/zephyr.css | 12 ++++++++++++ 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index b6c672e012..84ae3d034f 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -5,15 +5,6 @@ - @@ -113,7 +104,7 @@ var people_list = {{ people }};

- +

diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 70d5e559e8..b724d4fe87 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -1,6 +1,12 @@ body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; overflow: hidden + padding-top: 60px; + padding-bottom: 40px; +} + +.sidebar-nav { + padding: 9px 0; } span.realname { @@ -169,14 +175,20 @@ textarea.zephyr_message { width: 100%; height: 100%; } + textarea:focus { outline: none; border: gray; } + input.zephyr_recipient_box { width: 90px; } +input.send_zephyr { + float: right; +} + div.narrow { position: fixed; display: none;