adjust text spacing
This commit is contained in:
+12
-2
@@ -51,12 +51,22 @@ html, body {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
width: 650px;
|
width: 650px;
|
||||||
height: 110px;
|
height: 110px;
|
||||||
line-height: 70%;
|
line-height: 50%;
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dcTextContainer {
|
||||||
|
position: fixed;
|
||||||
|
margin-bottom: 25px;
|
||||||
|
background-color: transparent;
|
||||||
|
width: 650px;
|
||||||
|
height: 110px;
|
||||||
|
line-height: 50%;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#realmListButton{
|
#realmListButton{
|
||||||
margin-top: 120px;
|
margin-top: 95px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#copyrightText {
|
#copyrightText {
|
||||||
|
|||||||
+2
-2
@@ -34,7 +34,7 @@
|
|||||||
<div class="centered" id="disconnectBox" style="display: none;">
|
<div class="centered" id="disconnectBox" style="display: none;">
|
||||||
<img src="assets/img/ui/queuebox.png" id="queueBox">
|
<img src="assets/img/ui/queuebox.png" id="queueBox">
|
||||||
|
|
||||||
<div id="queueTextContainer">
|
<div id="dcTextContainer">
|
||||||
<p class="queueText">You have been disconnected from the server.</p>
|
<p class="queueText">You have been disconnected from the server.</p>
|
||||||
<p class="queueText">(WOW51900319)</p>
|
<p class="queueText">(WOW51900319)</p>
|
||||||
</div>
|
</div>
|
||||||
@@ -57,7 +57,7 @@
|
|||||||
<video autoplay muted loop id="background">
|
<video autoplay muted loop id="background">
|
||||||
<source src="assets/img/bg/Shadowlands.webm" type="video/webm">
|
<source src="assets/img/bg/Shadowlands.webm" type="video/webm">
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user