Merge branch 'master' into lars

This commit is contained in:
Lars van Hijfte
2017-02-03 11:19:02 +01:00
16 changed files with 219 additions and 28 deletions

View File

@@ -36,9 +36,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;
@@ -54,6 +55,10 @@
background-color: #f5f5f5;
}
.bancomment {
width: 80%;
}
.bancommentedit {
display: none;
}