Show a little red dot on the northern resonator (details pane + mobile status bar)
This commit is contained in:
23
style.css
23
style.css
@ -650,6 +650,23 @@ h3 {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.meter.north {
|
||||
overflow: hidden;
|
||||
}
|
||||
.meter.north:before {
|
||||
content: "";
|
||||
background-color: red;
|
||||
border: 1px solid #000000;
|
||||
border-radius: 100%;
|
||||
display: block;
|
||||
height: 6px;
|
||||
width: 6px;
|
||||
left: 50%;
|
||||
top: -3px;
|
||||
margin-left: -4px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.meter span {
|
||||
display: block;
|
||||
height: 14px;
|
||||
@ -657,10 +674,12 @@ h3 {
|
||||
|
||||
.meter-level {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: -2px;
|
||||
left: 50%;
|
||||
margin-left: -6px;
|
||||
text-shadow: 0.0em 0.0em 0.3em #808080;
|
||||
text-align: center;
|
||||
word-spacing: 4px; /* to leave some space for the north indicator */
|
||||
}
|
||||
|
||||
/* links below resos */
|
||||
|
Reference in New Issue
Block a user