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)
This commit is contained in:
Waseem Daher 2012-09-10 15:06:08 -04:00
parent 7b8544a53f
commit 7c10832118
1 changed files with 2 additions and 2 deletions

View File

@ -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;