Some fixes.

This commit is contained in:
GabsPuNs
2026-06-14 12:53:15 -04:00
parent 42775cfb9b
commit 441cf6072d
3 changed files with 22 additions and 19 deletions

View File

@@ -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);
}