Merge pull request #455 from gv1222/PR

Update modern theme
This commit is contained in:
Calvin Montgomery 2015-03-02 16:51:40 -06:00
commit 8a669db1e3
2 changed files with 37 additions and 31 deletions

View file

@ -24,6 +24,8 @@
#messagebuffer {
width: auto;
padding-left: 5px;
padding-right: 5px;
}
#userlist {
@ -238,9 +240,9 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
.server-msg-disconnect {
border: 1px solid #ff0000;
padding-top: 5px;
padding-bottom: 5px;
margin: 5px;
line-height: 2;
margin-top: 5px;
margin-bottom: 5px;
color: #ff0000;
text-align: center;
background-color: rgba(129, 20, 21, 0.1);
@ -248,9 +250,9 @@ li.ui-sortable-helper, li.ui-sortable-placeholder + li.queue_entry {
.server-msg-reconnect {
border: 1px solid #009900;
padding-top: 5px;
padding-bottom: 5px;
margin: 5px;
line-height: 2;
margin-top: 5px;
margin-bottom: 5px;
color: #009900;
text-align: center;
background-color: rgba(18, 100, 18, 0.1);

File diff suppressed because one or more lines are too long