summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index fa5f191..36d5569 100644
--- a/static/style.css
+++ b/static/style.css
@@ -15,6 +15,7 @@
15 padding: 1px ; 15 padding: 1px ;
16 margin: 30px ; 16 margin: 30px ;
17 border: 1px solid black ; 17 border: 1px solid black ;
18 table-layout: fixed;
18} 19}
19 20
20#grille td { 21#grille td {
@@ -29,6 +30,12 @@
29 background-color:#999999 ; 30 background-color:#999999 ;
30} 31}
31 32
33.reponse {
34 display: none ;
35 font-style: italic ;
36}
37
38
32/* Formulaire page custom */ 39/* Formulaire page custom */
33.texte { 40.texte {
34 width:20em 41 width:20em
@@ -36,3 +43,4 @@
36 43
37.data { 44.data {
38 width:3em 45 width:3em
46