diff --git a/assets/style.css b/assets/style.css index 0876358e8..379f432ce 100644 --- a/assets/style.css +++ b/assets/style.css @@ -297,6 +297,8 @@ em.sector { .circle-left, .circle-right { display: inline-block; + margin-top: 1px !important; + margin-bottom: -1px !important; } .circle { height: 8px; @@ -321,12 +323,6 @@ em.sector { .circle-yellow { background-color: #ffc107; } -.config .circle, -.config .circle-left, -.config .circle-right { - margin-top: 1px !important; - margin-bottom: -1px !important; -} .w-70 { width: 70%; @@ -377,7 +373,11 @@ td.nowrap > div { padding: .5rem; margin-bottom: 20px; } -.group3-update :last-child{ +.group3-update .badge-split { + vertical-align: top; + font-size: small; +} +.group3-update > :last-child { margin-bottom: 0; }