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

@ -61,6 +61,20 @@ body {
-webkit-box-sizing: border-box;
}
#mobileinfo .resonator.north:before {
content: "";
background-color: red;
border-radius: 100%;
display: block;
height: 6px;
width: 6px;
left: 50%;
top: -3px;
margin-left: -3px;
position: absolute;
z-index: -1;
}
#mobileinfo .filllevel {
position: absolute;
bottom: 0;