Files
zulip/zephyr/static/styles/zephyr.css
Keegan McAllister 5e59c79d1d Tab between class and personal message
(imported from commit f7ce9eebc8fe75ad0fcfd0f60dde9ae117681134)
2012-08-28 19:09:48 -04:00

23 lines
273 B
CSS

body {
/* Make room for the topbar */
padding-top: 50px;
}
.top-content {
padding-left: 10px;
padding-right: 20px;
}
#main_div {
height: 400px;
overflow-y: scroll;
}
form.zephyr input {
width: 95%;
}
form.zephyr textarea {
width: 95%;
}