see if this fixes the level misalignment

This commit is contained in:
Stefan Breunig 2013-02-14 19:04:31 +01:00
parent 1cf9418179
commit 98f22c4e48
2 changed files with 4 additions and 4 deletions

View File

@ -66,8 +66,8 @@ window.renderPortalDetails = function(guid) {
// help cursor via “.imgpreview img”
+ '<div class="imgpreview" '+imgTitle+' style="background-image: url('+img+')">'
+ '<img class="hide" src="'+img+'"/>'
+ '</div>'
+ '<span id="level">'+Math.floor(getPortalLevel(d))+'</span>'
+ '</div>'
+ '<div class="mods">'+getModDetails(d)+'</div>'
+ '<div id="randdetails">'+randDetails+'</div>'
+ '<div id="resodetails">'+getResonatorDetails(d)+'</div>'

View File

@ -424,10 +424,10 @@ h3 {
#level {
font-size: 40px;
position: absolute;
right: 10px;
text-shadow: -1px -1px #000, 1px -1px #000, -1px 1px #000, 1px 1px #000, 0 0 5px #fff;
top: 100px;
display: block;
margin-right: 15px;
text-align:right;
}
/* portal mods */