summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index b048f11..95cd55e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -116,3 +116,12 @@ nav {
116#content { 116#content {
117 padding-bottom: 70px; 117 padding-bottom: 70px;
118} 118}
119
120/* Taille des champs */
121.texte {
122 width:20em
123}
124
125.data {
126 width:7em
127}