increase width of google sitekey and secret key inputs to 100%
This commit is contained in:
parent
9a71ca9a2f
commit
42b3bb6a53
|
@ -21,3 +21,8 @@ input.large {
|
|||
#contentTable.userTable .colMonitor, #contentTable.userTable .colUsername {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
input[name="newConfig[ZM_OPT_GOOG_RECAPTCHA_SITEKEY]"],
|
||||
input[name="newConfig[ZM_OPT_GOOG_RECAPTCHA_SECRETKEY]"] {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue