Line up connect message and chat

This commit is contained in:
Graham 2015-01-24 14:46:20 -05:00
parent 461301abfc
commit 5d488781ca
2 changed files with 8 additions and 4 deletions

View file

@ -23,6 +23,7 @@
#messagebuffer { #messagebuffer {
width: auto; width: auto;
padding-left: 5px;
} }
#userlist { #userlist {
@ -236,15 +237,17 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
.server-msg-disconnect { .server-msg-disconnect {
border: 1px solid #ff0000; border: 1px solid #ff0000;
margin: 5px; padding-top: 5px;
padding: 5px; padding-bottom: 5px;
margin-top: 5px;
color: #ff0000; color: #ff0000;
} }
.server-msg-reconnect { .server-msg-reconnect {
border: 1px solid #009900; border: 1px solid #009900;
margin: 5px; padding-top: 5px;
padding: 5px; padding-bottom: 5px;
margin-top: 5px;
color: #009900; color: #009900;
} }

View file

@ -98,6 +98,7 @@ input.form-control[type="email"], textarea.form-control {
#messagebuffer { #messagebuffer {
background-color: #3a3e42; background-color: #3a3e42;
overflow: auto; overflow: auto;
} }
#chatheader, #currenttitle { #chatheader, #currenttitle {