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

View file

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