From ececb916ea59c133801cb08386d188a7d8704979 Mon Sep 17 00:00:00 2001 From: Carmine De Rosa Date: Sat, 10 Feb 2018 17:19:21 +0100 Subject: [PATCH] add contacts page --- blocks/contactForm.php | 16 ++++++++-------- contents/contatti.php | 11 +++++++++++ css/styles.css | 12 ++++++------ menu-left.php | 16 ++++++++-------- .../forms.scssc | Bin 20270 -> 20279 bytes scss/forms.scss | 4 ++-- 6 files changed, 35 insertions(+), 24 deletions(-) create mode 100644 contents/contatti.php diff --git a/blocks/contactForm.php b/blocks/contactForm.php index 3d03afc..eb378b0 100644 --- a/blocks/contactForm.php +++ b/blocks/contactForm.php @@ -4,22 +4,22 @@
Destinatario
Nome mittente - + >
Email mittente - + >
Oggetto diff --git a/contents/contatti.php b/contents/contatti.php new file mode 100644 index 0000000..032ef40 --- /dev/null +++ b/contents/contatti.php @@ -0,0 +1,11 @@ +
+
+
Contatti
+
+
+ +
+ +
diff --git a/css/styles.css b/css/styles.css index b37cd50..b04d2ce 100644 --- a/css/styles.css +++ b/css/styles.css @@ -14432,14 +14432,15 @@ input[type=password], select, textarea { border: 1px solid #aaa; - color: #aaa; + color: #666; padding: 5px 10px; width: 100%; text-align: left; box-sizing: border-box; + background: #f9f9f9; } -/* line 31, forms.scss */ +/* line 32, forms.scss */ input[type=button], input[type=submit], button { @@ -14453,14 +14454,14 @@ button { border: none; transition: .5s; } -/* line 45, forms.scss */ +/* line 46, forms.scss */ input[type=button]:disabled, input[type=submit]:disabled, button:disabled { color: white; background-color: #aaa; } -/* line 50, forms.scss */ +/* line 51, forms.scss */ input[type=button]:hover, input[type=submit]:hover, button:hover { @@ -14468,12 +14469,11 @@ button:hover { background-color: #aaa; } -/* line 58, forms.scss */ +/* line 59, forms.scss */ select { appearance: none; -moz-appearance: none; -webkit-appearance: none; - background-color: white; background-image: url(../images/angle-down.png); background-position: right 5px center; background-size: 20px; diff --git a/menu-left.php b/menu-left.php index 2e5b55f..e88a362 100644 --- a/menu-left.php +++ b/menu-left.php @@ -12,7 +12,7 @@