mirror of https://github.com/zulip/zulip.git
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:
parent
7b8544a53f
commit
7c10832118
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue