2014-01-22 22:24:06 +08:00
|
|
|
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;
|
|
|
|
}
|
2020-09-15 02:09:41 +08:00
|
|
|
#contentTable th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2020-02-05 05:40:52 +08:00
|
|
|
|
|
|
|
input[name="newConfig[ZM_OPT_GOOG_RECAPTCHA_SITEKEY]"],
|
2020-11-13 23:18:35 +08:00
|
|
|
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_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]"],
|
2020-11-28 02:30:24 +08:00
|
|
|
input[name="newConfig[ZM_CSP_REPORT_URI]"],
|
|
|
|
input[name="newStorage[Name]"],
|
|
|
|
input[name="newStorage[Path]"],
|
|
|
|
input[name="newStorage[Url]"] {
|
2020-11-13 23:18:35 +08:00
|
|
|
width: 90%;
|
2020-02-05 05:40:52 +08:00
|
|
|
}
|
2020-08-02 23:20:18 +08:00
|
|
|
|
|
|
|
#options label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2021-03-26 20:16:15 +08:00
|
|
|
#options {
|
|
|
|
font-size:90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#options .help-block {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#options .form-group {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
margin-right: 5px;
|
|
|
|
border-bottom: 1px solid #e7e7e7;
|
|
|
|
}
|