CSS/controls: fix margin

Problem was that as of CSS voodoo "padding" is not possible for our
"controls" section. Some control components therefore got margins,
but that's pretty ugly. This patch fixes this but pretends that all
components sitting directly below "controls" provide a root node.
This commit is contained in:
Thomas Gelf 2014-06-20 15:47:27 +02:00
parent c8e2cd109e
commit 199f6e978b
1 changed files with 4 additions and 0 deletions

View File

@ -159,6 +159,10 @@ html {
-webkit-border-radius: 0.2em;
}
.container .controls > * {
margin-left: 1em;
}
.container .controls h1 {
margin-left: 1em;
margin-right: 1em;