merge #86, with some tweaks in the case AT_PLAYER area so it's cleaner

This commit is contained in:
Jon Atkins
2013-03-28 23:32:46 +00:00
parent 4a44111414
commit 4b3e84ce51
2 changed files with 49 additions and 6 deletions

View File

@ -777,3 +777,41 @@ td + td {
width: 50px;
text-align: right;
}
.pl_nudge_date {
background-color: #724510;
border-left: 1px solid #ffd652;
border-bottom: 1px solid #ffd652;
border-top: 1px solid #ffd652;
color: #ffd652;
display: inline-block;
float: left;
font-size: 12px;
height: 18px;
text-align: center;
}
.pl_nudge_pointy_spacer {
background: no-repeat url(//commondatastorage.googleapis.com/ingress.com/img/nudge_pointy.png);
display: inline-block;
float: left;
height: 20px;
left: 47px;
width: 5px;
}
.pl_nudge_player {
cursor: pointer;
}
.pl_nudge_me {
color: #ffd652;
}
.RESISTANCE {
color: #00c2ff;
}
.ALIENS {
color: #28f428;
}