This commit is contained in:
Hendrik
2017-02-03 10:33:44 +01:00
parent afb45d6709
commit fde736b8c5
5 changed files with 20 additions and 6 deletions

View File

@@ -34,9 +34,10 @@
width: 100%;
}
.usertable .table-username {width: 150px}
.usertable .table-status {width: 100px}
.usertable .table-action {width: 200px}
.table-checkbox {width: 20px}
.table-username {width: 150px}
.table-status {width: 100px}
.table-action {width: 200px}
.usertable th, td {
border-bottom: 1px solid #ddd;
@@ -51,6 +52,10 @@
background-color: #f5f5f5;
}
.bancomment {
width: 80%;
}
.bancommentedit {
display: none;
}