|
@@ -2756,6 +2756,7 @@ hr {
|
|
}
|
|
}
|
|
|
|
|
|
#gui, body, html {
|
|
#gui, body, html {
|
|
|
|
+ overflow: hidden;
|
|
-webkit-overflow-scrolling: touch
|
|
-webkit-overflow-scrolling: touch
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2890,7 +2891,7 @@ ul{
|
|
|
|
|
|
.message-inner {
|
|
.message-inner {
|
|
height: 100%;
|
|
height: 100%;
|
|
- display: table-cell;
|
|
|
|
|
|
+ /* display: table-cell; */
|
|
text-align: center
|
|
text-align: center
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3227,7 +3228,7 @@ a.hasHover:hover, a:active {
|
|
width: 24%;
|
|
width: 24%;
|
|
height: 10px;
|
|
height: 10px;
|
|
padding: 0px 20px;
|
|
padding: 0px 20px;
|
|
- margin: 40px auto;
|
|
|
|
|
|
+ margin: 400px auto 0;
|
|
background: #fff;
|
|
background: #fff;
|
|
border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
}
|