From 244ec72c6d7d554518ff89598cb999d39614af0d Mon Sep 17 00:00:00 2001 From: danix Date: Wed, 4 Nov 2020 15:35:56 +0100 Subject: Removed Genericons. Added dnxcf-font which is a subset of fontawesome. Removed every reference to gmaps. Added honeypot field. NEEDS TESTING!! modificato: danixland-contact-form.php modificato: include/dnxcf_helper.php modificato: include/dnxcf_mail_template_danixland.php modificato: include/dnxcf_options-display.php modificato: include/dnxcf_options-register.php modificato: include/dnxcf_settings.php nuovo file: style/dnxcf-font.css modificato: style/dnxcf_style.css nuovo file: style/font/dnxcf.eot nuovo file: style/font/dnxcf.svg nuovo file: style/font/dnxcf.ttf nuovo file: style/font/dnxcf.woff nuovo file: style/font/dnxcf.woff2 eliminato: style/genericons/Genericons.eot eliminato: style/genericons/Genericons.svg eliminato: style/genericons/Genericons.ttf eliminato: style/genericons/Genericons.woff eliminato: style/genericons/genericons.css --- style/dnxcf_style.css | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) (limited to 'style/dnxcf_style.css') diff --git a/style/dnxcf_style.css b/style/dnxcf_style.css index a884432..0bc0591 100644 --- a/style/dnxcf_style.css +++ b/style/dnxcf_style.css @@ -1,17 +1,8 @@ -/* let's try and keep this file as small as possible */ -#dnxcf_gmap { - width: 100%; - height: 400px; +/* + * Styling for our form. + * This file should be almost empty. + * The only rule needed is the one to hide the "pagelike" input field. + */ +p.dnxcf-form-pagelikes { + display: none; } -#dnxcf_gmap img { - max-width: none; -} -#dnxcf_gmap #content { - -} -#dnxcf_gmap .firstHeading { - -} -#dnxcf_gmap #bodyContent p { - -} \ No newline at end of file -- cgit v1.2.3