From ac4dd1ce5be54a8035ab0aa779085f8053b39e70 Mon Sep 17 00:00:00 2001 From: redup nomade Date: Tue, 6 Dec 2016 12:14:02 +0100 Subject: [PATCH] add style css --- styleadded.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 styleadded.css diff --git a/styleadded.css b/styleadded.css new file mode 100644 index 0000000..5c9298c --- /dev/null +++ b/styleadded.css @@ -0,0 +1,18 @@ +/*per scheda produttori*/ +.forma span.wpcf7-list-item{width:45%;} + +textarea{min-width: 80%;} + +#produttive .wpcf7-list-item-label { + font-size: 1.4em; +} +.post-content li h3 { + font-size: 2em; + text-transform: uppercase; + font-family: inherit; +} +span.wpcf7-list-item { + width: 155px !important; + white-space: inherit; + display: inline-block; +} \ No newline at end of file