mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-31 12:13:04 -04:00
139 lines
2.7 KiB
CSS
139 lines
2.7 KiB
CSS
input.small {
|
|
width: 6em;
|
|
}
|
|
|
|
input.medium {
|
|
width: 9em;
|
|
}
|
|
|
|
input.large {
|
|
width: 20em;
|
|
}
|
|
|
|
#contentTable.optionTable th, #contentTable.optionTable td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
#contentTable.userTable th, #contentTable.userTable td {
|
|
text-align: center;
|
|
}
|
|
|
|
#contentTable.userTable .colMonitor, #contentTable.userTable .colUsername {
|
|
text-align: left;
|
|
}
|
|
#contentTable th {
|
|
text-align: left;
|
|
}
|
|
|
|
#sidebar {
|
|
overflow-y: auto;
|
|
min-width: 160px;
|
|
}
|
|
|
|
#options {
|
|
overflow-y: auto;
|
|
padding-top: 15px;
|
|
height: 100%;
|
|
}
|
|
#options div.col-md {
|
|
text-align: left;
|
|
}
|
|
|
|
input[type="text"] {
|
|
min-width: 50%;
|
|
}
|
|
input[name="newConfig[ZM_OPT_GOOG_RECAPTCHA_SITEKEY]"],
|
|
input[name="newConfig[ZM_OPT_GOOG_RECAPTCHA_SECRETKEY]"],
|
|
input[name="newConfig[ZM_OPT_GEOLOCATION_TILE_PROVIDER]"],
|
|
input[name="newConfig[ZM_OPT_GEOLOCATION_ACCESS_TOKEN]"],
|
|
input[name="newConfig[ZM_AUTH_HASH_SECRET]"],
|
|
input[name="newConfig[ZM_FONT_FILE_LOCATION]"],
|
|
input[name="newConfig[ZM_JANUS_SECRET]"],
|
|
input[name="newConfig[ZM_JANUS_PATH]"],
|
|
input[name="newConfig[ZM_UPDATE_CHECK_PROXY]"],
|
|
input[name="newConfig[ZM_WEB_TITLE]"],
|
|
input[name="newConfig[ZM_WEB_TITLE_PREFIX]"],
|
|
input[name="newConfig[ZM_HOME_URL]"],
|
|
input[name="newConfig[ZM_HOME_CONTENT]"],
|
|
input[name="newConfig[ZM_WEB_CONSOLE_BANNER]"],
|
|
input[name="newConfig[ZM_LOG_DEBUG_TARGET]"],
|
|
input[name="newConfig[ZM_LOG_DEBUG_FILE]"],
|
|
input[name="newConfig[ZM_MESSAGE_ADDRESS]"],
|
|
input[name="newConfig[ZM_MESSAGE_SUBJECT]"],
|
|
input[name="newConfig[ZM_FROM_EMAIL]"],
|
|
input[name="newConfig[ZM_URL]"],
|
|
input[name="newConfig[ZM_SSMTP_PATH]"],
|
|
input[name="newConfig[ZM_CSP_REPORT_URI]"],
|
|
input[name="newConfig[ZM_TELEMETRY_UUID]"],
|
|
input[name="newStorage[Name]"],
|
|
input[name="newStorage[Path]"],
|
|
input[name="newStorage[Url]"] {
|
|
width: 90%;
|
|
}
|
|
|
|
#options label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#options .help-block {
|
|
margin-top: 0;
|
|
}
|
|
|
|
#options .form-group {
|
|
margin-bottom: 20px;
|
|
margin-right: 5px;
|
|
border-bottom: 1px solid #e7e7e7;
|
|
}
|
|
#options .col-md {
|
|
text-align: left;
|
|
}
|
|
|
|
#contentButtons {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 2rem;
|
|
}
|
|
form {
|
|
position: relative;
|
|
height: 100%;
|
|
padding-top: 4rem;
|
|
}
|
|
|
|
@media screen and (max-width:767px) {
|
|
#options label,
|
|
label.col-form-label {
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
div.dnsmasq,
|
|
.dnsmasq .config {
|
|
text-align: left;
|
|
}
|
|
.dnsmasq .container {
|
|
margin-left: 0;
|
|
}
|
|
.dnsmasq .config .row > label {
|
|
width: 150px;
|
|
text-align: right;
|
|
}
|
|
.dnsmasq .config .row {
|
|
min-height:36px;
|
|
text-align: left;
|
|
display: flex;
|
|
align-content: space-around;
|
|
}
|
|
#leasesTable td,
|
|
#leasesTable th {
|
|
text-align: left;
|
|
}
|
|
input[name="config[dhcp-range][min]"],
|
|
input[name="config[dhcp-range][max]"] {
|
|
width: 120px;
|
|
min-width: 120px;
|
|
}
|
|
input[name="config[dhcp-range][expires]"] {
|
|
width: 100px;
|
|
min-width: 100px;
|
|
}
|