Portal Highlighter - Initial Check in

This commit is contained in:
vita10gy
2013-04-04 23:08:59 -05:00
parent e396d7df1d
commit d646f2df6b
6 changed files with 235 additions and 19 deletions

View File

@ -117,7 +117,7 @@ a:hover {
background: rgba(8, 48, 78, 0.9);
position: absolute;
left: 0;
z-index: 3001;
z-index: 99999;
height: 26px;
padding-left:1px;
}
@ -174,7 +174,7 @@ a:hover {
width: 708px;
bottom: 23px;
left: 0;
z-index: 3000;
z-index: 99999;
background: rgba(8, 48, 78, 0.9);
font-size: 12.6px;
color: #eee;
@ -815,3 +815,13 @@ td + td {
.ALIENS {
color: #28f428;
}
#portal_highlight_select{
position: absolute;
top:10px;
left:60px;
z-index: 9999;
font-size:11px;
font-family: "coda",arial,helvetica,sans-serif;
}