From 96d2565d99999edce231db00752f7385a34501ab Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Wed, 26 Sep 2012 15:17:03 -0400 Subject: [PATCH] Smaller space for classnames. (imported from commit debc4d42274bf8f2a7041a8575591f41e7b2bc4f) --- zephyr/static/styles/zephyr.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 7ca8e0d371..09e4962b0f 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -1,6 +1,7 @@ body { font-family: 'Open Sans', Helvetica, Arial, sans-serif; overflow: hidden; + background-color: aliceblue; } .sidebar-nav { @@ -74,8 +75,8 @@ td.zephyr_recipient { overflow-x: hidden; padding-right: 10px; padding-top: 5px; - max-width: 100px; - min-width: 100px; + max-width: 80px; + min-width: 80px; white-space: nowrap; } @@ -84,8 +85,8 @@ td.zephyr_newstyle_class { text-align: right; overflow-x: hidden; padding-right: 10px; - max-width: 100px; - min-width: 100px; + max-width: 80px; + min-width: 80px; white-space: nowrap; background-color: lightgrey; border: 1px solid grey; @@ -300,7 +301,7 @@ input.send_zephyr { .selected_zephyr .pointer { background-color: blue; - width: 1px; + width: 2px; } #zephyr-type-tabs {