mirror of https://github.com/calzoneman/sync.git
commit
8a669db1e3
|
@ -24,6 +24,8 @@
|
||||||
|
|
||||||
#messagebuffer {
|
#messagebuffer {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#userlist {
|
#userlist {
|
||||||
|
@ -238,9 +240,9 @@ 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;
|
||||||
padding-top: 5px;
|
line-height: 2;
|
||||||
padding-bottom: 5px;
|
margin-top: 5px;
|
||||||
margin: 5px;
|
margin-bottom: 5px;
|
||||||
color: #ff0000;
|
color: #ff0000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: rgba(129, 20, 21, 0.1);
|
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 {
|
.server-msg-reconnect {
|
||||||
border: 1px solid #009900;
|
border: 1px solid #009900;
|
||||||
padding-top: 5px;
|
line-height: 2;
|
||||||
padding-bottom: 5px;
|
margin-top: 5px;
|
||||||
margin: 5px;
|
margin-bottom: 5px;
|
||||||
color: #009900;
|
color: #009900;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: rgba(18, 100, 18, 0.1);
|
background-color: rgba(18, 100, 18, 0.1);
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue