Fix padding and margin of .content and .controls

refs #7876
This commit is contained in:
Johannes Meyer 2015-04-17 16:07:18 +02:00
parent b52b507134
commit 7735e5d31d
3 changed files with 1 additions and 10 deletions

View File

@ -157,10 +157,6 @@ html {
padding: 1em;
}
.controls + .fake-controls + .content {
padding-top: 0;
}
.dashboard .content {
padding: 0;
overflow: auto;

View File

@ -118,7 +118,6 @@ table.avp a:hover {
/* Definitively monitoring-only: */
table.objectstate {
margin: 1em;
border-collapse: separate;
border-spacing: 1px;
}
@ -194,11 +193,6 @@ table.benchmark {
color: inherit;
}
/* controls have no padding as of tabs */
.controls > h1 {
margin-right: 1em;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
text-decoration: none;
}

View File

@ -7,6 +7,7 @@ ul.tabs {
.controls ul.tabs {
margin-left: -1em;
margin-right: -1em;
margin-top: -3.54em;
height: 2.6em;
overflow: hidden;