Skip to content

Commit

Permalink
Rename and change files (#1)
Browse files Browse the repository at this point in the history
* Rename and change files

* License
  • Loading branch information
forgetso authored Mar 11, 2024
1 parent 4c7069a commit 894d476
Show file tree
Hide file tree
Showing 204 changed files with 3,419 additions and 2,256 deletions.
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions assets/css/admin-fluentform.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body.fluent-forms_page_fluent_forms_settings .ff_hcaptcha_wrap .ff_card_head h5,
body.fluent-forms_page_fluent_forms_settings .ff_hcaptcha_wrap .ff_card_head p,
body.fluent-forms_page_fluent_forms_settings .ff_hcaptcha_wrap .ff_card_body,
body.fluent-forms_page_fluent_forms_settings .ff_hcaptcha_wrap .mt-4 {
body.fluent-forms_page_fluent_forms_settings .ff_procaptcha_wrap .ff_card_head h5,
body.fluent-forms_page_fluent_forms_settings .ff_procaptcha_wrap .ff_card_head p,
body.fluent-forms_page_fluent_forms_settings .ff_procaptcha_wrap .ff_card_body,
body.fluent-forms_page_fluent_forms_settings .ff_procaptcha_wrap .mt-4 {
display: none;
}
2 changes: 1 addition & 1 deletion assets/css/admin-fluentform.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions assets/css/admin-forminator.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="hcaptcha"] + .sui-box-body .sui-tab-content.active .sui-settings-label,
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="hcaptcha"] + .sui-box-body .sui-tab-content.active .sui-description,
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="hcaptcha"] + .sui-box-body .sui-tab-content.active .sui-form-field,
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="hcaptcha"] + .sui-box-body .sui-form-field:last-child {
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="procaptcha"] + .sui-box-body .sui-tab-content.active .sui-settings-label,
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="procaptcha"] + .sui-box-body .sui-tab-content.active .sui-description,
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="procaptcha"] + .sui-box-body .sui-tab-content.active .sui-form-field,
body.forminator_page_forminator-settings input[name="captcha_tab_saved"][value="procaptcha"] + .sui-box-body .sui-form-field:last-child {
display: none;
}
2 changes: 1 addition & 1 deletion assets/css/admin-forminator.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/css/admin-kadence-advanced.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.hcaptcha-notice label {
.procaptcha-notice label {
display: inline-block;
font-weight: 500;
margin-bottom: 8px;
}

.hcaptcha-notice p {
.procaptcha-notice p {
background: #edf2f7;
padding: 8px;
}
2 changes: 1 addition & 1 deletion assets/css/admin-kadence-advanced.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 52 additions & 52 deletions assets/css/general.css
Original file line number Diff line number Diff line change
@@ -1,131 +1,131 @@
#hcaptcha-message,
#procaptcha-message,
#setting-error-settings_updated {
max-width: 760px;
box-sizing: border-box;
}

#hcaptcha-options table tbody {
#procaptcha-options table tbody {
background: #fff;
}

#hcaptcha-options table tbody tr {
#procaptcha-options table tbody tr {
display: grid;
align-self: start;
}

#hcaptcha-options table tbody tr th {
#procaptcha-options table tbody tr th {
color: #5c6f8a;
}

#hcaptcha-options table tbody tr td {
#procaptcha-options table tbody tr td {
padding: 0;
margin: 0;
position: relative;
}

/* Section Keys */
.hcaptcha-section-keys + table {
.procaptcha-section-keys + table {
max-width: 760px;
}

.hcaptcha-section-keys + table tbody {
.procaptcha-section-keys + table tbody {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-areas:
"site-key site-key secret-key secret-key"
"sample-hcaptcha sample-hcaptcha check-config reset-notifications";
"sample-procaptcha sample-procaptcha check-config reset-notifications";
gap: 10px 20px;
padding: 15px 20px;
}

.hcaptcha-section-keys + table tbody th {
.procaptcha-section-keys + table tbody th {
width: auto;
}

.hcaptcha-section-keys + table tbody tr.hcaptcha-general-site-key {
.procaptcha-section-keys + table tbody tr.procaptcha-general-site-key {
grid-area: site-key;
}

.hcaptcha-section-keys + table tbody tr.hcaptcha-general-secret-key {
.procaptcha-section-keys + table tbody tr.procaptcha-general-secret-key {
grid-area: secret-key;
}

.hcaptcha-section-keys + table tbody tr.hcaptcha-general-sample-hcaptcha {
grid-area: sample-hcaptcha;
.procaptcha-section-keys + table tbody tr.procaptcha-general-sample-procaptcha {
grid-area: sample-procaptcha;
}

.hcaptcha-section-keys + table tbody tr.hcaptcha-general-check-config {
.procaptcha-section-keys + table tbody tr.procaptcha-general-check-config {
grid-area: check-config;
}

.hcaptcha-section-keys + table tbody tr.hcaptcha-reset-notifications {
.procaptcha-section-keys + table tbody tr.procaptcha-reset-notifications {
grid-area: reset-notifications;
}

.hcaptcha-section-keys + table tbody tr th {
.procaptcha-section-keys + table tbody tr th {
padding: 0 0 10px 0;
}

.hcaptcha-section-keys + table tbody tr td input {
.procaptcha-section-keys + table tbody tr td input {
width: 100%;
}

/* Section Appearance */
.hcaptcha-section-appearance + table {
.procaptcha-section-appearance + table {
max-width: 760px;
}

.hcaptcha-section-appearance + table tbody {
.procaptcha-section-appearance + table tbody {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px 20px;
padding: 15px 20px;
}

.hcaptcha-section-appearance + table tbody tr th {
.procaptcha-section-appearance + table tbody tr th {
padding: 0 0 10px 0;
width: auto;
}

.hcaptcha-section-appearance + table tbody tr td select {
.procaptcha-section-appearance + table tbody tr td select {
width: 100%;
}

/* Section Custom */
.hcaptcha-section-custom + table {
.procaptcha-section-custom + table {
max-width: 760px;
}

.hcaptcha-section-custom + table tbody {
.procaptcha-section-custom + table tbody {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px 20px;
padding: 15px 20px;
}

.hcaptcha-section-custom + table tbody tr th {
.procaptcha-section-custom + table tbody tr th {
padding: 0 0 10px 0;
width: auto;
}

.hcaptcha-section-custom + table tbody tr td {
.procaptcha-section-custom + table tbody tr td {
width: max-content;
}

.hcaptcha-section-custom + table tbody tr.hcaptcha-general-config-params td {
.procaptcha-section-custom + table tbody tr.procaptcha-general-config-params td {
width: auto;
}

.hcaptcha-section-custom + table tbody tr td textarea {
.procaptcha-section-custom + table tbody tr td textarea {
width: 100%;
}

/* Section Other */
.hcaptcha-section-other + table {
.procaptcha-section-other + table {
max-width: 760px;
}

.hcaptcha-section-other + table tbody {
.procaptcha-section-other + table tbody {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-areas:
Expand All @@ -138,85 +138,85 @@
padding: 15px 20px;
}

.hcaptcha-section-other + table tbody tr.hcaptcha-general-off-when-logged-in {
.procaptcha-section-other + table tbody tr.procaptcha-general-off-when-logged-in {
grid-area: logged;
}

.hcaptcha-section-other + table tbody tr.hcaptcha-general-recaptcha-compat-off {
.procaptcha-section-other + table tbody tr.procaptcha-general-recaptcha-compat-off {
grid-area: recaptcha;
}

.hcaptcha-section-other + table tbody tr.hcaptcha-general-login-limit {
.procaptcha-section-other + table tbody tr.procaptcha-general-login-limit {
grid-area: login-limit;
padding-top: 15px;
}

.hcaptcha-section-other + table tbody tr.hcaptcha-general-login-interval {
.procaptcha-section-other + table tbody tr.procaptcha-general-login-interval {
grid-area: login-interval;
padding-top: 15px;
}

.hcaptcha-section-other + table tbody tr.hcaptcha-general-whitelisted-ips {
.procaptcha-section-other + table tbody tr.procaptcha-general-whitelisted-ips {
grid-area: whitelisted;
}

.hcaptcha-section-other + table tbody tr.hcaptcha-general--network-wide {
.procaptcha-section-other + table tbody tr.procaptcha-general--network-wide {
grid-area: network;
}

.hcaptcha-section-other + table tbody tr.hcaptcha-general-delay {
.procaptcha-section-other + table tbody tr.procaptcha-general-delay {
grid-area: delay;
padding-top: 15px;
}

.hcaptcha-section-other + table tbody tr th {
.procaptcha-section-other + table tbody tr th {
padding: 0 0 10px 0;
width: auto;
}

.hcaptcha-section-other + table tbody tr.hcaptcha-general-recaptcha-compat-off th,
.hcaptcha-section-other + table tbody tr.hcaptcha-general--network-wide th {
.procaptcha-section-other + table tbody tr.procaptcha-general-recaptcha-compat-off th,
.procaptcha-section-other + table tbody tr.procaptcha-general--network-wide th {
padding: 0;
}

.hcaptcha-section-other + table tbody tr td {
.procaptcha-section-other + table tbody tr td {
width: max-content;
}

.hcaptcha-section-other + table tbody tr.hcaptcha-general-whitelisted-ips td,
.hcaptcha-section-other + table tbody tr.hcaptcha-general-login-limit td,
.hcaptcha-section-other + table tbody tr.hcaptcha-general-login-interval td,
.hcaptcha-section-other + table tbody tr.hcaptcha-general-delay td {
.procaptcha-section-other + table tbody tr.procaptcha-general-whitelisted-ips td,
.procaptcha-section-other + table tbody tr.procaptcha-general-login-limit td,
.procaptcha-section-other + table tbody tr.procaptcha-general-login-interval td,
.procaptcha-section-other + table tbody tr.procaptcha-general-delay td {
width: auto;
}

.hcaptcha-section-other + table tbody tr td textarea,
.hcaptcha-section-other + table tbody tr td input {
.procaptcha-section-other + table tbody tr td textarea,
.procaptcha-section-other + table tbody tr td input {
width: 100%;
}

@media (max-width: 600px) {
.hcaptcha-general table tbody tr td {
.procaptcha-general table tbody tr td {
width: auto;
}

.hcaptcha-section-keys + table tbody {
.procaptcha-section-keys + table tbody {
grid-template-areas: unset;
}

.hcaptcha-section-keys + table tbody tr {
.procaptcha-section-keys + table tbody tr {
grid-area: unset !important;
}

.hcaptcha-section-other + table tbody {
.procaptcha-section-other + table tbody {
grid-template-areas: unset;
}

.hcaptcha-section-other + table tbody tr {
.procaptcha-section-other + table tbody tr {
grid-area: unset !important;
}

.hcaptcha-section-other + table tbody tr.hcaptcha-general-whitelisted-ips td {
.procaptcha-section-other + table tbody tr.procaptcha-general-whitelisted-ips td {
width: auto;
}
}
Loading

0 comments on commit 894d476

Please sign in to comment.