fix th text-align on tables in options
parent
ab8e2d2e6c
commit
691be74304
|
|
@ -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]"] {
|
||||
|
|
|
|||
Loading…
Reference in New Issue