Fix data indicator formatting to cover also "unsaved changes" indicator

Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
This commit is contained in:
Giovanni Giacobbi 2021-01-21 11:06:20 +01:00
parent 8d0bd0bae5
commit 53c89d8f02
No known key found for this signature in database
GPG Key ID: 63A98B68F17EE59B
2 changed files with 6 additions and 4 deletions

View File

@ -666,11 +666,12 @@ header .fill .status {
right: 1.25rem; right: 1.25rem;
float: right; float: right;
} }
header .fill .status span[data-indicator="poll-status"] { header .fill .status span[data-indicator] {
display: block; display: inline-block;
font-size: 0.8rem; font-size: 0.8rem;
font-weight: bold; font-weight: bold;
padding: 0.3rem 0.8rem; padding: 0.3rem 0.8rem;
margin: 0 0.5rem;
white-space: nowrap; white-space: nowrap;
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;

View File

@ -780,11 +780,12 @@ header {
right: 1.25rem; right: 1.25rem;
float: right; float: right;
span[data-indicator="poll-status"] { span[data-indicator] {
display: block; display: inline-block;
font-size: 0.8rem; font-size: 0.8rem;
font-weight: bold; font-weight: bold;
padding: 0.3rem 0.8rem; padding: 0.3rem 0.8rem;
margin: 0 0.5rem;
white-space: nowrap; white-space: nowrap;
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;