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; padding: 1em;
} }
.controls + .fake-controls + .content {
padding-top: 0;
}
.dashboard .content { .dashboard .content {
padding: 0; padding: 0;
overflow: auto; overflow: auto;

View File

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

View File

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