diff --git a/www/static/css/custom.css b/www/static/css/custom.css index a2cdd8a4ddfc67d308fb2b64aa5eeae57b8a412e..49d1f2c4000c94251042f05c5b81afb51952c61d 100644 --- a/www/static/css/custom.css +++ b/www/static/css/custom.css @@ -199,6 +199,32 @@ padding: 0 15px; background-color:#2f5188; color:white; } +#compte:checked + label > div > div, #adresses:checked + label > div > div, #histo:checked + label > div > div { +transform: rotate(-90deg); +} + +#compte + label > div > div, #adresses + label > div > div, #histo + label > div > div { + margin-top: 25px; + width: 0; + height: 0; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + 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 */