summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authorDenise sur Lya <sekhmet@lya>2021-07-11 21:45:36 +0200
committerDenise sur Lya <sekhmet@lya>2021-07-11 21:45:36 +0200
commit6ac2173a3eedadc718dadd54002878b5d3d9661b (patch)
tree7cfabf72cb3091cb523f245ae01b01cbf586cbd6 /static/style.css
parent64be08b2203c801c5231be30a2096790cd0c3b12 (diff)
downloadoms-6ac2173a3eedadc718dadd54002878b5d3d9661b.tar.gz
oms-6ac2173a3eedadc718dadd54002878b5d3d9661b.tar.zst
oms-6ac2173a3eedadc718dadd54002878b5d3d9661b.zip
possibilité de tracer les repères
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}