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:
Jakob Borg 2019-11-19 22:01:21 +01:00
parent 0d14ee4142
commit df866e10c8
1 changed files with 2 additions and 6 deletions

View File

@ -247,14 +247,10 @@ a.toggler:hover {
}
/**
* Panel and Modal body padding decrease
* Panel padding decrease
*/
.panel-collapse .panel-body {
padding: 0;
}
.modal-body {
padding: 5px;
}
@ -404,7 +400,7 @@ ul.three-columns li, ul.two-columns li {
max-width: 100%;
width: 100%;
}
/* all buttons, except panel headings, get bottom margin, as they won't fit
beside each other anymore */
.btn:not(.panel-heading),