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

View File

@@ -63,7 +63,8 @@ div#exit_dialog
p#exit_text
{
font-size: 31dp;
font-size: 36dp;
font-effect: none;
color: #333333;
margin-bottom: 23dp;
}
@@ -76,14 +77,14 @@ div#exit_buttons
align-items: center;
}
button#exit_cancel,
button#exit_save,
button#exit_nosave,
button#exit_cancel
button#exit_nosave
{
display: block;
width: 524dp;
width: 600dp;
height: 60dp;
margin-bottom: 11dp;
margin-bottom: 7.5dp;
color: #ffffff;
font-size: 36dp;
text-align: center;
@@ -93,15 +94,15 @@ button#exit_cancel
decorator: image(images/lce/Button/MainMenuButton_Norm.png);
}
button#exit_cancel:hover,
button#exit_save:hover,
button#exit_nosave:hover,
button#exit_cancel:hover
button#exit_nosave:hover
{
color: #ffff00;
decorator: image(images/lce/Button/MainMenuButton_Over.png);
}
button#exit_cancel
button#exit_nosave
{
margin-bottom: 0;
}
@@ -113,12 +114,13 @@ div#save_dialog
margin-top: 16dp;
text-align: left;
padding: 24dp 32dp;
decorator: image(images/new/frame_background.png);
decorator: image(images/LCE/frame_MessageBox_background.png);
}
p#save_text
{
font-size: 31dp;
font-size: 36dp;
font-effect: none;
color: #333333;
margin-bottom: 23dp;
}
@@ -135,9 +137,9 @@ button#save_cancel,
button#save_confirm
{
display: block;
width: 524dp;
width: 600dp;
height: 60dp;
margin-bottom: 11dp;
margin-bottom: 7.5dp;
color: #ffffff;
font-size: 36dp;
text-align: center;

View File

@@ -15,9 +15,9 @@
<div id="exit_dialog">
<p id="exit_text">[IDS_CONFIRM_EXIT_GAME]</p>
<div id="exit_buttons">
<button id="exit_cancel">[IDS_CANCEL]</button>
<button id="exit_save">[IDS_EXIT_GAME_SAVE]</button>
<button id="exit_nosave">[IDS_EXIT_GAME_NO_SAVE]</button>
<button id="exit_cancel">[IDS_CANCEL]</button>
</div>
</div>
<div id="save_dialog">