From 78a5f0e5091502e976712a4fb4a2c0f41f8604b1 Mon Sep 17 00:00:00 2001 From: Marne Date: Mon, 22 Oct 2018 19:06:03 +0200 Subject: [PATCH] Style de l'historique --- www/static/css/custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/www/static/css/custom.css b/www/static/css/custom.css index 00825e7..49d1f2c 100644 --- a/www/static/css/custom.css +++ b/www/static/css/custom.css @@ -212,7 +212,19 @@ transform: rotate(-90deg); border-top: 6px solid white; transition: 0.4s; } +#collapseHistorique td, #collapseHistorique th { + font-size: 0.8em; + padding: 0.3em; + border: none; + border-bottom: 1px solid +} +#collapseHistorique th { + border-bottom: 3px solid +} +#collapseHistorique > :first-child { + padding-left: 23px; +} /* Problèmes de css à répercuter plus tard */ .col-md- { /* marge gauche arbitraire qui semblait destinée à centrer : .col-md-offset-1 { margin-left: 8.33333333%;} dans bootstrap.css ligne 2086 */ -- GitLab