added padding below the content container

This commit is contained in:
Hauke Klement
2015-03-12 18:06:59 +01:00
parent 612d226588
commit f794e0a845

View File

@ -25,7 +25,7 @@ span.caret {
} }
} }
.attribute-row + .attribute-row{ .attribute-row + .attribute-row {
margin-top: 0.5em; margin-top: 0.5em;
} }
@ -33,6 +33,10 @@ span.caret {
font-size: 100%; font-size: 100%;
} }
.container[data-controller] {
padding-bottom: 15px;
}
.disabled { .disabled {
cursor: default; cursor: default;
opacity: 0.5; opacity: 0.5;