diff --git a/src/agenda_culturel/static/style.scss b/src/agenda_culturel/static/style.scss index 9827f68..239055c 100644 --- a/src/agenda_culturel/static/style.scss +++ b/src/agenda_culturel/static/style.scss @@ -1611,7 +1611,7 @@ label.required::after { max-width: 600px; margin: auto; .total, .month { - font-size: 0; + display: none; } .label { display: none; @@ -1634,12 +1634,12 @@ label.required::after { margin: auto; border-radius: var(--border-radius); color: black; - padding: .5em 1em; + padding: 0; display: block; max-width: 6em; width: 3.2em; height: 2em; - line-height: 1.1em; + line-height: 2em; } } .score_0 { @@ -1674,11 +1674,11 @@ label.required::after { a, .a { width: 5em; height: 3.2em; - line-height: 2.1em; + line-height: 3.2em; } } .total, .month { - font-size: auto; + display: inline; } .label { display: table-cell;