diff --git a/contents/ecm.php b/contents/ecm.php new file mode 100644 index 0000000..b289e2c --- /dev/null +++ b/contents/ecm.php @@ -0,0 +1,48 @@ +
+
+
E.C.M.
+
+ + 0){ + ?> +
+
+
+
nome del file
+
dimensione
+
ultima mod.
+
+
+ +
+ +
+ +
+ + + +
+ +
+ +

+
+ + +
+
diff --git a/contents/farmacovigilanza.php b/contents/farmacovigilanza.php index c2d6c17..16bd972 100644 --- a/contents/farmacovigilanza.php +++ b/contents/farmacovigilanza.php @@ -3,6 +3,10 @@
Farmacovigilanza
+
+ [Se vuoi comunicare una reazione avversa clicca qui] +
+
diff --git a/contents/ricette-veterinarie.php b/contents/ricette-veterinarie.php index 2aa09c4..93cd8d7 100644 --- a/contents/ricette-veterinarie.php +++ b/contents/ricette-veterinarie.php @@ -3,6 +3,13 @@
Guida rapida alla spedizione delle ricette veterinarie
+
+

Le ricette veterinarie vanno consegnate al

+

DISTRETTO ASL di Via Sichelmanno, 79 - 84129 SALERNO

+

TEL. +39 089 695391

+
+ +
diff --git a/contents/variazioni.php b/contents/variazioni.php new file mode 100644 index 0000000..f6346bb --- /dev/null +++ b/contents/variazioni.php @@ -0,0 +1,58 @@ +
+
+
Variazioni albo +
+
+ +
+
+
+
+ +
+
+
+
nome del file
+
dimensione
+
ultima mod.
+
+
+ +
+ +
+
Variazioni farmacie
+
+ +
+
+
+
nome del file
+
dimensione
+
ultima mod.
+
+
+ +
+
diff --git a/css/styles.css b/css/styles.css index 48493d7..73faf78 100644 --- a/css/styles.css +++ b/css/styles.css @@ -14515,14 +14515,15 @@ select { background-position: right 5px center; background-size: 20px; background-repeat: no-repeat; + padding-right: 30px; } -/* line 70, forms.scss */ +/* line 71, forms.scss */ input[type="radio"], input[type="checkbox"] { display: none; } -/* line 74, forms.scss */ +/* line 75, forms.scss */ input[type="radio"] + label::before, input[type="checkbox"] + label::before { content: ""; @@ -14538,7 +14539,7 @@ input[type="checkbox"] + label::before { line-height: 14px; border-radius: 2px; } -/* line 90, forms.scss */ +/* line 91, forms.scss */ input[type="radio"]:checked + label::before, input[type="checkbox"]:checked + label::before { font-family: 'FontAwesome'; @@ -14547,7 +14548,7 @@ input[type="checkbox"]:checked + label::before { color: #4e984a; } -/* line 100, forms.scss */ +/* line 101, forms.scss */ input[type="radio"] + label::before { border-radius: 16px; } diff --git a/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/forms.scssc b/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/forms.scssc index 3de220a..fe6a648 100644 Binary files a/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/forms.scssc and b/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/forms.scssc differ diff --git a/scss/forms.scss b/scss/forms.scss index b1737b1..14c1e40 100644 --- a/scss/forms.scss +++ b/scss/forms.scss @@ -64,6 +64,7 @@ select{ background-position: right 5px center; background-size: 20px; background-repeat: no-repeat; + padding-right: 30px; }