monitoring/css: less styles
This commit is contained in:
parent
686f73858f
commit
0b6345acec
|
@ -1,14 +1,5 @@
|
|||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
table.action.comments td p, table.action.downtimes td p {
|
||||
margin: 0;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
table.action.comments td a, table.action.downtimes td a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.content.processinfo table.avp th {
|
||||
width: 16em;
|
||||
}
|
||||
|
@ -34,21 +25,7 @@ div.pluginoutput pre {
|
|||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
table.objecthistory td {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
table.objecthistory td.state {
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
table.objectstate {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
table.objectstate td.state {
|
||||
font-size: 0.92em;
|
||||
line-height: 1.8em;
|
||||
padding-top: 0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
@ -87,7 +64,7 @@ div.contacts div.notification-periods {
|
|||
|
||||
.state > a {
|
||||
color: white;
|
||||
font-size: 0.8em;
|
||||
font-size: 0.857em;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
}
|
||||
|
@ -106,7 +83,6 @@ span.state.active {
|
|||
}
|
||||
|
||||
span.state span.state {
|
||||
font-size: 1em;
|
||||
margin: 0 -3px 0 5px;
|
||||
}
|
||||
|
||||
|
@ -175,7 +151,7 @@ table.avp form.object-features div.header h4 {
|
|||
table.avp {
|
||||
th {
|
||||
font-weight: normal;
|
||||
font-size: 0.9em;
|
||||
font-size: 0.857em;
|
||||
padding-top: 0.2em;
|
||||
padding-bottom: 0.3em;
|
||||
}
|
||||
|
@ -189,7 +165,7 @@ table.avp {
|
|||
}
|
||||
|
||||
a, button.link-like {
|
||||
color: @colorPetrol;
|
||||
color: @mainLayoutColor;
|
||||
}
|
||||
|
||||
.go-ahead {
|
||||
|
@ -225,7 +201,7 @@ div.selection-info {
|
|||
padding-top: 0.4em;
|
||||
float: right;
|
||||
cursor: help;
|
||||
font-size: 0.8em;
|
||||
font-size: 0.857em;
|
||||
}
|
||||
|
||||
.optionbox {
|
||||
|
|
Loading…
Reference in New Issue