see if this fixes the level misalignment
This commit is contained in:
parent
1cf9418179
commit
98f22c4e48
@ -66,8 +66,8 @@ window.renderPortalDetails = function(guid) {
|
|||||||
// help cursor via “.imgpreview img”
|
// help cursor via “.imgpreview img”
|
||||||
+ '<div class="imgpreview" '+imgTitle+' style="background-image: url('+img+')">'
|
+ '<div class="imgpreview" '+imgTitle+' style="background-image: url('+img+')">'
|
||||||
+ '<img class="hide" src="'+img+'"/>'
|
+ '<img class="hide" src="'+img+'"/>'
|
||||||
+ '</div>'
|
|
||||||
+ '<span id="level">'+Math.floor(getPortalLevel(d))+'</span>'
|
+ '<span id="level">'+Math.floor(getPortalLevel(d))+'</span>'
|
||||||
|
+ '</div>'
|
||||||
+ '<div class="mods">'+getModDetails(d)+'</div>'
|
+ '<div class="mods">'+getModDetails(d)+'</div>'
|
||||||
+ '<div id="randdetails">'+randDetails+'</div>'
|
+ '<div id="randdetails">'+randDetails+'</div>'
|
||||||
+ '<div id="resodetails">'+getResonatorDetails(d)+'</div>'
|
+ '<div id="resodetails">'+getResonatorDetails(d)+'</div>'
|
||||||
|
@ -424,10 +424,10 @@ h3 {
|
|||||||
|
|
||||||
#level {
|
#level {
|
||||||
font-size: 40px;
|
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;
|
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 */
|
/* portal mods */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user