Fix: Hamburger menu styles.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
|
||||
#formFilters {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.container-input {
|
||||
margin: 0 auto;
|
||||
}
|
||||
.container-input input {
|
||||
width: 250px;
|
||||
}
|
||||
4
static/css/pages/user/users.css
Normal file
4
static/css/pages/user/users.css
Normal file
@@ -0,0 +1,4 @@
|
||||
table.table-main thead tr th.company,
|
||||
table.table-main tbody tr td.company {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user