2014-07-15 13:39:22 +02:00
|
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
|
2014-03-09 22:59:49 +01:00
|
|
|
table.action.comments td p, table.action.downtimes td p {
|
2014-03-09 13:40:56 +01:00
|
|
|
margin: 0;
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2014-03-09 22:59:49 +01:00
|
|
|
table.action.comments td a, table.action.downtimes td a {
|
2014-03-09 13:40:56 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2014-03-09 22:59:49 +01:00
|
|
|
|
2014-03-10 00:49:21 +01:00
|
|
|
.content.processinfo table.avp th {
|
|
|
|
width: 16em;
|
|
|
|
}
|
2014-06-17 14:53:39 +02:00
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
2014-07-17 17:33:45 +02:00
|
|
|
|
|
|
|
div.contacts div.contact {
|
|
|
|
background-color: lightgray;
|
|
|
|
padding: 0.5em;
|
|
|
|
border-radius: 0.5em;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0.125em;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.contacts div.contact > img {
|
|
|
|
width: 60px;
|
|
|
|
border: 4px solid white;
|
|
|
|
border-radius: 8px;
|
|
|
|
margin-right: 8px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.contacts div.notification-periods {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
}
|
2014-09-05 16:03:07 +02:00
|
|
|
|
|
|
|
h3.tinystatesummary {
|
2014-11-06 01:47:22 +01:00
|
|
|
line-height: 2em;
|
|
|
|
font-size: 0.95em;
|
|
|
|
padding-left: 1em;
|
|
|
|
background-color: #eee;
|
|
|
|
color: #666;
|
|
|
|
border: 1px solid #d9d9d9;
|
|
|
|
border-left: 5px solid #049baf;
|
2014-09-05 16:03:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h3.tinystatesummary a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 1px 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3.tinystatesummary a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* State badges */
|
|
|
|
span.state {
|
2014-11-06 01:47:22 +01:00
|
|
|
font-size: 1em;
|
2014-09-05 16:03:07 +02:00
|
|
|
color: white;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 1px 2px;
|
|
|
|
margin-right: 5px;
|
2014-11-06 01:47:22 +01:00
|
|
|
border-radius: 0.2em
|
|
|
|
|
2014-09-05 16:03:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
span.state.active {
|
|
|
|
border: 2px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state span.state {
|
|
|
|
font-size: 1em;
|
|
|
|
margin: 0 -3px 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state.ok {
|
|
|
|
background: @colorOk;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state.critical {
|
|
|
|
background: @colorCritical;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state.handled.critical {
|
|
|
|
background: @colorCriticalHandled;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state.warning {
|
|
|
|
background: @colorWarning;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state.handled.warning {
|
|
|
|
background: @colorWarningHandled;
|
2014-09-24 07:43:33 +02:00
|
|
|
}
|
2014-09-05 16:03:07 +02:00
|
|
|
|
|
|
|
span.state.unknown {
|
|
|
|
background: @colorUnknown;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state.handled.unknown {
|
|
|
|
background: @colorUnknownHandled;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.state.pending {
|
|
|
|
background: @colorPending;
|
|
|
|
}
|
2014-09-24 07:43:33 +02:00
|
|
|
|
|
|
|
form.instance-features span.description, form.object-features span.description {
|
|
|
|
display: inline;
|
|
|
|
}
|
2014-10-08 16:17:43 +02:00
|
|
|
|
|
|
|
.alertsummary-flex-container {
|
|
|
|
display: -ms-Flexbox;
|
|
|
|
-ms-box-orient: horizontal;
|
|
|
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: -moz-flex;
|
|
|
|
display: -ms-flex;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
-webkit-flex-flow: row wrap;
|
|
|
|
-moz-flex-flow: row wrap;
|
|
|
|
-ms-flex-flow: row wrap;
|
|
|
|
flex-flow: row wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alertsummary-flex {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
overflow: auto;
|
|
|
|
border: 1px #333 solid;
|
|
|
|
padding: 5px;
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
border-spacing: 10px 10px;
|
|
|
|
}
|