1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

fix google recaptcha badge

This commit is contained in:
Jakob Schrettenbrunner 2017-05-16 12:09:29 +02:00
parent 772eb14117
commit 3877aba373

View File

@ -304,3 +304,10 @@ input.form-autocomplete-stop[readonly] {
background: inherit;
cursor: text;
}
/* fix Google Recaptcha badge */
.grecaptcha-badge {
bottom: 54px !important;
background: white;
box-shadow: none !important;
}