mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-12 16:26:37 +00:00
gui: Increase padding a bit again (ref #6153)
I change my mind on this, the modals need *some* padding to not look weird.
This commit is contained in:
parent
0d14ee4142
commit
df866e10c8
@ -247,14 +247,10 @@ a.toggler:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Panel and Modal body padding decrease
|
* Panel padding decrease
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.panel-collapse .panel-body {
|
.panel-collapse .panel-body {
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.modal-body {
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -404,7 +400,7 @@ ul.three-columns li, ul.two-columns li {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* all buttons, except panel headings, get bottom margin, as they won't fit
|
/* all buttons, except panel headings, get bottom margin, as they won't fit
|
||||||
beside each other anymore */
|
beside each other anymore */
|
||||||
.btn:not(.panel-heading),
|
.btn:not(.panel-heading),
|
||||||
|
Loading…
Reference in New Issue
Block a user