Fixed admin layout

This commit is contained in:
Lars van Hijfte
2017-02-03 11:18:32 +01:00
parent c29be662bc
commit 53e1d7fef3
3 changed files with 8 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ function sendMessage() {
});
$("#newContent").val("");
$("#newContent").focus();
}
// Add messages to the chat.

View File

@@ -1,13 +1,15 @@
.admin-panel {
min-width: 800px;
}
.admin-panel input[type="radio"], input[type="checkbox"] {
vertical-align: middle;
height: 28px;
width: 28px;
margin: 2px;
}
.table-checkbox {
width: 28px;
}
.admin-searchform {
display: inline-block;
width: 100%;
@@ -41,6 +43,7 @@
.usertable th, td {
border-bottom: 1px solid #ddd;
padding: 3px;
word-wrap: break-word;
}
.usertable th, tr {