fix th text-align on tables in options

pull/3047/head
Isaac Connor 2020-09-14 14:09:41 -04:00
parent ab8e2d2e6c
commit 691be74304
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ input.large {
#contentTable.userTable .colMonitor, #contentTable.userTable .colUsername {
text-align: left;
}
#contentTable th {
text-align: left;
}
input[name="newConfig[ZM_OPT_GOOG_RECAPTCHA_SITEKEY]"],
input[name="newConfig[ZM_OPT_GOOG_RECAPTCHA_SECRETKEY]"] {