mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-10 20:38:09 +00:00
Some fixes.
This commit is contained in:
@@ -13,7 +13,7 @@ body
|
||||
|
||||
div#message_box
|
||||
{
|
||||
width: 624dp;
|
||||
width: 594dp;
|
||||
height: auto;
|
||||
margin: auto;
|
||||
padding: 40dp 48dp;
|
||||
@@ -25,7 +25,7 @@ div#message_box
|
||||
|
||||
p#title
|
||||
{
|
||||
font-size: 31dp;
|
||||
font-size: 36dp;
|
||||
color: #333333;
|
||||
margin-bottom: 23dp;
|
||||
text-align: left;
|
||||
@@ -44,9 +44,8 @@ div#text_container
|
||||
|
||||
p#description
|
||||
{
|
||||
font-size: 18dp;
|
||||
font-size: 36dp;
|
||||
color: #333333;
|
||||
line-height: 1.5;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
@@ -61,11 +60,12 @@ div#buttons
|
||||
button
|
||||
{
|
||||
display: block;
|
||||
width: 674dp;
|
||||
width: 600dp;
|
||||
height: 60dp;
|
||||
margin-bottom: 15dp;
|
||||
margin-bottom: 7.5dp;
|
||||
color: #ffffff;
|
||||
font-size: 36dp;
|
||||
font-effect: shadow(1dp 1dp #000000);
|
||||
text-align: center;
|
||||
line-height: 60dp;
|
||||
cursor: pointer;
|
||||
@@ -75,6 +75,7 @@ button
|
||||
|
||||
button:hover
|
||||
{
|
||||
color: #ffff00;
|
||||
decorator: image(images/lce/Button/MainMenuButton_Over.png);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user