summaryrefslogtreecommitdiff
path: root/public/css/accueil.css
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2022-03-01 04:02:05 +0100
committerpolo <ordipolo@gmx.fr>2022-03-01 04:02:05 +0100
commit2ac4254829fb27d878044978e4e89f15eeeddd23 (patch)
treed6ae70410566884d8bf567b0934cdaee5133a5a1 /public/css/accueil.css
parentabd968a1c573b1862bd0728f0b7b6a88e307900a (diff)
downloadmelaine-2ac4254829fb27d878044978e4e89f15eeeddd23.zip
factorisation et pages manquantes
Diffstat (limited to 'public/css/accueil.css')
-rw-r--r--public/css/accueil.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/public/css/accueil.css b/public/css/accueil.css
index 8f7f8c7..8c8ff35 100644
--- a/public/css/accueil.css
+++ b/public/css/accueil.css
@@ -99,12 +99,13 @@ h3
99{ 99{
100 background-color: #a8b3d9; 100 background-color: #a8b3d9;
101 padding: 2px 0px; 101 padding: 2px 0px;
102 margin-bottom: 15px;
102} 103}
103 104
104form 105form
105{ 106{
106 padding-bottom: 14px; 107 padding-bottom: 14px;
107 border-bottom: 1px black solid; 108 /*border-bottom: 1px black solid;*/
108} 109}
109 110
110#courriel 111#courriel
@@ -201,6 +202,7 @@ form
201 color: red; 202 color: red;
202 font-size: 90%; 203 font-size: 90%;
203 text-align: center; 204 text-align: center;
205 padding-bottom: 10px;
204} 206}
205 207
206.connexionFormulaire 208.connexionFormulaire
@@ -358,6 +360,7 @@ form
358 360
359 header 361 header
360 { 362 {
363 margin: 0px 30px;
361 padding-top: 61px; 364 padding-top: 61px;
362 } 365 }
363 366