Loading style.css +22 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite) * Author URI: https://personads.me/ * * Version: 1.16 * Version: 1.17 * * License: GNU General Public License v3.0 * License URI: https://www.gnu.org/licenses/gpl-3.0.html Loading Loading @@ -1021,6 +1021,27 @@ input[type="submit"]:hover, input[type="button"]:hover, button:hover { box-shadow: 0 0 5px var(--accent-color); } .wpcf7-list-item.first { margin-left: 0; } .form-field-introduction + .wpcf7-form-control-wrap .wpcf7-list-item.first { margin-left: 1em; } label .wpcf7-form-control-wrap { margin-top: 0.4em; display: inline-block; } input.wpcf7-text, input.wpcf7-number, textarea.wpcf7-textarea { margin: 0; } .wpcf7-checkbox input, .wpcf7-radio input { margin-left: 0; } /* -- Embedded content -- */ iframe { border: none; Loading Loading
style.css +22 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser (Code-Rewrite) * Author URI: https://personads.me/ * * Version: 1.16 * Version: 1.17 * * License: GNU General Public License v3.0 * License URI: https://www.gnu.org/licenses/gpl-3.0.html Loading Loading @@ -1021,6 +1021,27 @@ input[type="submit"]:hover, input[type="button"]:hover, button:hover { box-shadow: 0 0 5px var(--accent-color); } .wpcf7-list-item.first { margin-left: 0; } .form-field-introduction + .wpcf7-form-control-wrap .wpcf7-list-item.first { margin-left: 1em; } label .wpcf7-form-control-wrap { margin-top: 0.4em; display: inline-block; } input.wpcf7-text, input.wpcf7-number, textarea.wpcf7-textarea { margin: 0; } .wpcf7-checkbox input, .wpcf7-radio input { margin-left: 0; } /* -- Embedded content -- */ iframe { border: none; Loading