parent
b52b507134
commit
7735e5d31d
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue