mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
style: increase dialog buttons size
This commit is contained in:
parent
6d4c9f6b18
commit
f15bccd610
3 changed files with 30 additions and 11 deletions
32
libs/jquery-ui.css
vendored
32
libs/jquery-ui.css
vendored
|
|
@ -314,30 +314,44 @@ body .ui-dialog {
|
|||
}
|
||||
.ui-dialog .ui-dialog-titlebar {
|
||||
display: flex;
|
||||
padding: 0.4em 0.3em;
|
||||
justify-content: space-evenly;
|
||||
padding: 0.3em 0.8em;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
font-size: 1.2em;
|
||||
min-width: 150px;
|
||||
}
|
||||
.ui-dialog .ui-dialog-title {
|
||||
float: left;
|
||||
margin: 0.1em 0;
|
||||
white-space: nowrap;
|
||||
width: 90%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar button {
|
||||
padding: 0;
|
||||
width: 1.8em;
|
||||
height: 1.8em;
|
||||
padding: 3px;
|
||||
margin-left: 5px;
|
||||
width: 19px;
|
||||
height: 18px;
|
||||
color: #ffffff;
|
||||
background: none;
|
||||
font-size: 0.75em;
|
||||
font-size: 0.8em;
|
||||
border: 1px solid #c5c5c5;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.ui-dialog .ui-dialog-title {
|
||||
font-size: 1.6em;
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar button {
|
||||
padding: 3px;
|
||||
margin-left: 10px;
|
||||
width: 40px;
|
||||
height: 32px;
|
||||
font-size: 1.6em;
|
||||
}
|
||||
}
|
||||
|
||||
.ui-dialog .ui-dialog-titlebar button:active {
|
||||
border: 1px solid #5d4651;
|
||||
color: #5d4651;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue