Enforce correct padding for modal window's content

This commit is contained in:
mrliptontea
2017-09-05 21:47:33 +01:00
parent 9204d2263b
commit e4821cf03e
2 changed files with 4 additions and 4 deletions

View File

@@ -167,11 +167,11 @@
@include nice-shadow(5);
padding: 3px;
border: 0 none;
}
.ui-dialog-content {
padding: 1em;
}
}
.ui-dialog-titlebar-close {
right: .5em;

File diff suppressed because one or more lines are too long