Merge pull request #163 from cartender/pr/fix_data_indicator
Fix data indicator formatting to cover also "unsaved changes" indicator
This commit is contained in:
commit
d3828357a7
@ -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