mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-31 12:13:04 -04:00
39 lines
503 B
CSS
39 lines
503 B
CSS
.BasicInformation, .Permissions {
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
|
|
#GroupsPermissions,
|
|
#MonitorsPermissions {
|
|
clear:both;
|
|
}
|
|
|
|
.Groups .name,
|
|
.Monitors .name {
|
|
min-width: 200px;
|
|
}
|
|
.Groups .permission,
|
|
.Monitors .permission {
|
|
min-width: 400px;
|
|
}
|
|
|
|
.table th {
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#contentForm {
|
|
overflow: auto;
|
|
height: 100%;
|
|
}
|
|
#header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
#header h2 {
|
|
margin: .5rem auto;
|
|
}
|
|
#contentButtons {
|
|
margin-left: auto;
|
|
}
|