Commit 35e2cac0 authored by Jakob Moser's avatar Jakob Moser
Browse files

Merge branch 'further-improve-form-css' into 'master'

Make contact forms look nice

See merge request !35
parents 64c126b4 ca0d03be
Loading
Loading
Loading
Loading
+22 −1
Original line number Diff line number Diff line
@@ -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
@@ -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;