mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-11 01:58:15 +00:00
RMLUI Menu Updates.
* LoadCreateJoin Menu: Adjusted size (Is 100% accurate but works fine), fix X Padding (Y Padding still need fixes), * Settings Menu: Added Message Box to "Reset Defaults Settings" * Pause Menu: Added Message Box for Save Game and Exit.
This commit is contained in:
@@ -14,12 +14,11 @@ body
|
||||
|
||||
div#lcj_menu
|
||||
{
|
||||
width: 898dp;
|
||||
height: 774dp;
|
||||
width: 930dp;
|
||||
height: 812dp;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
div#tab_bar
|
||||
@@ -49,7 +48,6 @@ button.tab
|
||||
border-width: 0px;
|
||||
image-color: #ffffff;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -98,9 +96,9 @@ button.tab_right.selected
|
||||
div#panel_container
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
flex-grow: 1;
|
||||
decorator: image(images/lce/LoadCreateJoinMenu/gui_load.png);
|
||||
padding: 12dp 16dp;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -119,7 +117,7 @@ div.list_container
|
||||
overflow-y: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-top: 10dp;
|
||||
padding-top: 38dp;
|
||||
}
|
||||
|
||||
div.list_item
|
||||
@@ -146,7 +144,7 @@ div.list_item button
|
||||
justify-content: flex-start;
|
||||
padding-left: 20dp;
|
||||
padding-right: 16dp;
|
||||
margin: 0 44dp;
|
||||
margin: 0 58dp;
|
||||
gap: 30dp;
|
||||
color: #ffffff;
|
||||
font-size: 36dp;
|
||||
|
||||
Reference in New Issue
Block a user