Magic Box v1.0 + bugfix sorting connected names in chat

This commit is contained in:
2015-05-23 23:39:33 +02:00
parent aabffca2f7
commit b557ded1a6
11 changed files with 90 additions and 37 deletions

View File

@@ -243,6 +243,9 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
.fa-c-lock:before {
content: "\f023"/*"\f084"*/;
}
.fa-c-unlock:before {
content: "\f09c";
}
.fa-c-search:before {
content: "\f002";

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1122,6 +1122,7 @@
#options .options_box .button {
margin-top:5px;
float:none;
}
#options #admin {
@@ -1137,6 +1138,11 @@
float:left;
margin: 0 10px 10px 0;
}
#options #admin .magic_box form {
text-align: center;
}
#options #admin .magic_box:last-child {
margin-right:0;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long