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

@@ -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;
}