adjust text spacing

This commit is contained in:
Xiexe
2020-10-03 01:05:32 -04:00
parent 275a2f544a
commit 8cf34b8545
2 changed files with 14 additions and 4 deletions
+12 -2
View File
@@ -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
View File
@@ -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>