Fix data indicator formatting to cover also "unsaved changes" indicator
Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
This commit is contained in:
parent
8d0bd0bae5
commit
53c89d8f02
@ -666,11 +666,12 @@ header .fill .status {
|
||||
right: 1.25rem;
|
||||
float: right;
|
||||
}
|
||||
header .fill .status span[data-indicator="poll-status"] {
|
||||
display: block;
|
||||
header .fill .status span[data-indicator] {
|
||||
display: inline-block;
|
||||
font-size: 0.8rem;
|
||||
font-weight: bold;
|
||||
padding: 0.3rem 0.8rem;
|
||||
margin: 0 0.5rem;
|
||||
white-space: nowrap;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
|
@ -780,11 +780,12 @@ header {
|
||||
right: 1.25rem;
|
||||
float: right;
|
||||
|
||||
span[data-indicator="poll-status"] {
|
||||
display: block;
|
||||
span[data-indicator] {
|
||||
display: inline-block;
|
||||
font-size: 0.8rem;
|
||||
font-weight: bold;
|
||||
padding: 0.3rem 0.8rem;
|
||||
margin: 0 0.5rem;
|
||||
white-space: nowrap;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
|
Loading…
x
Reference in New Issue
Block a user