summaryrefslogtreecommitdiffstats
path: root/style/dnxcf_style.css
diff options
context:
space:
mode:
authordanix <danix@danix.xyz>2020-11-04 15:35:56 +0100
committerdanix <danix@danix.xyz>2020-11-04 15:35:56 +0100
commit244ec72c6d7d554518ff89598cb999d39614af0d (patch)
tree6c3a6a49b539563a97e678cc4c962f184990ded7 /style/dnxcf_style.css
parent8c3e9b00bbeb0a3493d5b0e9b6cc4c68d413a4b0 (diff)
downloaddanixland-contact-form-244ec72c6d7d554518ff89598cb999d39614af0d.tar.gz
danixland-contact-form-244ec72c6d7d554518ff89598cb999d39614af0d.zip
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
Diffstat (limited to 'style/dnxcf_style.css')
-rw-r--r--style/dnxcf_style.css23
1 files changed, 7 insertions, 16 deletions
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