From 7c108321189c5a8c283fe5104d6b1eabfc9a0b89 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Mon, 10 Sep 2012 15:06:08 -0400 Subject: [PATCH] Restyle zephyr window slightly. Eliminate huge left margin, and don't let long class or instance names totally break the layout. (imported from commit 69237d29a60241bdadda0469c4e08aa1d987222a) --- zephyr/static/styles/zephyr.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index dfae494189..6f8c78c44f 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -26,7 +26,6 @@ ul.nav-zephyr { div.zephyr_list { overflow-y: scroll; background-color: #EEE; - padding-left: 30px; padding-right: 30px; position: absolute; top: 0; @@ -41,7 +40,8 @@ div.zephyr_comp { td.zephyr_recipient { vertical-align: top; text-align: right; - padding: 10px + padding: 10px; + max-width: 10em; } span.zephyr_class { font-weight: bold;