86 lines
1.4 KiB
CSS
86 lines
1.4 KiB
CSS
.admin-panel {
|
|
margin: auto;
|
|
min-width: 800px;
|
|
}
|
|
|
|
.admin-title {
|
|
margin: 10px;
|
|
padding-bottom: 5px;
|
|
border-bottom: 4px solid #845663;
|
|
}
|
|
|
|
.admin-panel input[type="radio"], input[type="checkbox"] {
|
|
height: auto;
|
|
}
|
|
|
|
.admin-actions {
|
|
display: inline-block;
|
|
padding: 8px;
|
|
vertical-align: top;
|
|
border-radius: 10px;
|
|
border: 4px solid #845663;
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
|
}
|
|
|
|
.admin-searchbar {
|
|
display: inline-block;
|
|
margin: 10px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.admin-searchinput {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.admin-filter, .admin-filtertype, .admin-groupfilter {
|
|
display: inline-block;
|
|
margin: 10px;
|
|
vertical-align: top;
|
|
margin-right: 50px;
|
|
margin-left: 50px;
|
|
}
|
|
|
|
.admin-filter, .admin-groupfilter {
|
|
width: 120px;
|
|
}
|
|
|
|
.admin-groupfilter {
|
|
display: none;
|
|
}
|
|
|
|
.admin-users {
|
|
margin: 10px;
|
|
}
|
|
|
|
.admin-userpage {
|
|
width: 170px;
|
|
margin-bottom: 20px;
|
|
float: right;
|
|
}
|
|
|
|
.usertitle {
|
|
width: 150px;
|
|
}
|
|
|
|
.usertable {
|
|
width: 100%;
|
|
}
|
|
|
|
.usertable .table-checkbox {width: 20px}
|
|
.usertable .table-username {width: 150px}
|
|
.usertable .table-status {width: 100px}
|
|
.usertable .table-action {width: 200px}
|
|
|
|
.usertable th, td {
|
|
border-bottom: 1px solid #ddd;
|
|
padding: 3px;
|
|
}
|
|
|
|
.usertable tr {
|
|
text-align: left;
|
|
}
|
|
|
|
.usertable tr:hover {
|
|
background-color: #f5f5f5;
|
|
}
|