Line up connect message and chat
This commit is contained in:
parent
461301abfc
commit
5d488781ca
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -98,6 +98,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
#messagebuffer {
|
||||
background-color: #3a3e42;
|
||||
overflow: auto;
|
||||
|
||||
}
|
||||
|
||||
#chatheader, #currenttitle {
|
||||
|
|
Loading…
Reference in a new issue