2016-12-07 06:09:09 +01:00
|
|
|
@media (min-width: 992px) {
|
|
|
|
.modal-lg {
|
|
|
|
width: 940px !important;
|
|
|
|
}
|
2015-02-25 23:13:25 +01:00
|
|
|
}
|
|
|
|
|
2016-12-07 06:09:09 +01:00
|
|
|
body {
|
|
|
|
padding-top: 70px;
|
2015-02-25 23:13:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
img.i {
|
2016-12-07 06:09:09 +01:00
|
|
|
display: block;
|
|
|
|
margin: 10px auto;
|
2015-02-25 23:13:25 +01:00
|
|
|
}
|
|
|
|
|
2016-12-07 06:09:09 +01:00
|
|
|
img.img-zoom {
|
|
|
|
cursor: pointer;
|
2015-02-25 23:13:25 +01:00
|
|
|
}
|
|
|
|
|
2016-12-07 06:09:09 +01:00
|
|
|
div.service-alert {
|
|
|
|
margin-top: 10px;
|
2015-02-25 23:13:25 +01:00
|
|
|
}
|
|
|
|
|
2016-12-07 06:09:09 +01:00
|
|
|
img#zoom_image {
|
|
|
|
margin-bottom: 15px;
|
2015-02-25 23:13:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.link-domain {
|
2016-12-07 06:09:09 +01:00
|
|
|
font-size: 1.4em;
|
|
|
|
color: #660066;
|
2015-02-25 23:13:25 +01:00
|
|
|
}
|
2016-12-07 06:09:09 +01:00
|
|
|
|
2015-02-25 23:13:25 +01:00
|
|
|
.link-host {
|
2016-12-07 06:09:09 +01:00
|
|
|
font-size: 1.1em;
|
|
|
|
color: #800080;
|
2015-02-25 23:13:25 +01:00
|
|
|
}
|
2016-12-07 06:09:09 +01:00
|
|
|
|
2015-02-25 23:13:25 +01:00
|
|
|
ul.groupview, ul.groupview ul {
|
2016-12-07 06:09:09 +01:00
|
|
|
list-style-type: none;
|
2015-02-25 23:13:25 +01:00
|
|
|
}
|
2016-12-07 06:09:09 +01:00
|
|
|
|
2015-02-25 23:13:25 +01:00
|
|
|
.munin-icon {
|
2016-12-07 06:09:09 +01:00
|
|
|
background: url(../img/logo-munin.png) left top;
|
|
|
|
margin-top: -6px;
|
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
2015-02-25 23:13:25 +01:00
|
|
|
}
|
2016-08-03 00:18:45 +02:00
|
|
|
|
2016-12-07 05:46:06 +01:00
|
|
|
.dropdown-submenu {
|
|
|
|
position: relative;
|
2016-08-03 00:18:45 +02:00
|
|
|
}
|
|
|
|
|
2016-12-07 06:09:09 +01:00
|
|
|
.dropdown-submenu > .dropdown-menu {
|
2016-12-07 05:46:06 +01:00
|
|
|
top: 0;
|
|
|
|
left: 100%;
|
|
|
|
margin-top: -6px;
|
|
|
|
margin-left: -1px;
|
|
|
|
-webkit-border-radius: 0 6px 6px 6px;
|
|
|
|
-moz-border-radius: 0 6px 6px;
|
|
|
|
border-radius: 0 6px 6px 6px;
|
2016-08-03 00:18:45 +02:00
|
|
|
}
|
|
|
|
|
2016-12-07 06:09:09 +01:00
|
|
|
.dropdown-submenu:hover > .dropdown-menu {
|
2016-12-07 05:46:06 +01:00
|
|
|
display: block;
|
2016-08-03 00:18:45 +02:00
|
|
|
}
|
|
|
|
|
2016-12-07 06:09:09 +01:00
|
|
|
.dropdown-submenu > a:after {
|
2016-12-07 05:46:06 +01:00
|
|
|
display: block;
|
|
|
|
content: " ";
|
|
|
|
float: right;
|
|
|
|
width: 0;
|
|
|
|
height: 0;
|
2016-12-07 06:09:09 +01:00
|
|
|
border: 5px solid transparent;
|
|
|
|
border-right-width: 0;
|
2016-12-07 05:46:06 +01:00
|
|
|
border-left-color: #ccc;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-right: -10px;
|
2016-08-03 00:18:45 +02:00
|
|
|
}
|
|
|
|
|
2016-12-07 06:09:09 +01:00
|
|
|
.dropdown-submenu:hover > a:after {
|
2016-12-07 05:46:06 +01:00
|
|
|
border-left-color: #fff;
|
2016-08-03 00:18:45 +02:00
|
|
|
}
|
|
|
|
|
2016-12-07 05:46:06 +01:00
|
|
|
.dropdown-submenu.pull-left {
|
|
|
|
float: none;
|
2017-01-05 20:47:14 +01:00
|
|
|
}
|
2016-12-07 05:46:06 +01:00
|
|
|
|
2016-12-07 06:09:09 +01:00
|
|
|
.dropdown-submenu.pull-left > .dropdown-menu {
|
2016-12-07 05:46:06 +01:00
|
|
|
left: -100%;
|
|
|
|
margin-left: 10px;
|
|
|
|
-webkit-border-radius: 6px 0 6px 6px;
|
|
|
|
-moz-border-radius: 6px 0 6px 6px;
|
|
|
|
border-radius: 6px 0 6px 6px;
|
2017-01-28 01:48:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2018-03-06 11:29:54 +01:00
|
|
|
box-sizing: content-box;
|
2017-01-28 01:48:31 +01:00
|
|
|
border: 2px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.warn {
|
|
|
|
border: 2px solid #8a6d3b;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.crit {
|
|
|
|
border: 2px solid #a94442;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.unkn {
|
|
|
|
border: 2px solid #ffaa00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-critical {
|
|
|
|
color: #a94442;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-critical:hover {
|
|
|
|
color: #843534;
|
2018-03-06 11:29:54 +01:00
|
|
|
}
|