mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-11 07:28:58 +00:00
Some fixes.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user