Show a little red dot on the northern resonator (details pane + mobile status bar)

This commit is contained in:
fkloft
2013-12-18 00:30:02 +01:00
parent a68c72583f
commit a2501f518f
5 changed files with 60 additions and 20 deletions

View File

@ -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 */