icingaweb2/modules/monitoring/public/css/module.less

144 lines
2.4 KiB
Plaintext
Raw Normal View History

// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
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;
}
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;
}
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;
}
h3.tinystatesummary {
line-height: 2em;
font-size: 1em;
font-weight: bold;
padding-left: 1em;
background-color: #555;
color: white;
border: none;
border-radius: 0.2em;
-moz-border-radius: 0.2em;
-webkit-border-radius: 0.2em;
}
h3.tinystatesummary a {
color: inherit;
text-decoration: none;
padding: 1px 3px;
}
h3.tinystatesummary a:hover {
text-decoration: underline;
}
/* State badges */
span.state {
font-size: 0.8em;
color: white;
font-weight: bold;
padding: 1px 2px;
margin-right: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 2px solid transparent;
}
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
}
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
table.avp .customvar ul {
list-style-type: none;
margin: 0;
padding: 0;
padding-left: 1.5em;
}