adjust text spacing
This commit is contained in:
+12
-2
@@ -51,12 +51,22 @@ html, body {
|
||||
background-color: transparent;
|
||||
width: 650px;
|
||||
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;
|
||||
}
|
||||
|
||||
#realmListButton{
|
||||
margin-top: 120px;
|
||||
margin-top: 95px;
|
||||
}
|
||||
|
||||
#copyrightText {
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@
|
||||
<div class="centered" id="disconnectBox" style="display: none;">
|
||||
<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">(WOW51900319)</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user