parent
2267d61c85
commit
d1ca041b1d
|
@ -202,106 +202,106 @@ ul.tree li a.error:hover {
|
|||
height: 80vh;
|
||||
}
|
||||
|
||||
.badge-container {
|
||||
font-size: 1em;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
margin-right: 0.6em;
|
||||
}
|
||||
//.badge-container {
|
||||
// font-size: 1em;
|
||||
// display: inline-block;
|
||||
// float: right;
|
||||
// margin-right: 0.6em;
|
||||
//}
|
||||
//
|
||||
//li li .badge-container {
|
||||
// /*
|
||||
// fix margin for smaller font-size of list elements
|
||||
// 1 = 0,8em / 0.8em
|
||||
// */
|
||||
// margin-right: 0.75em;
|
||||
//}
|
||||
|
||||
li li .badge-container {
|
||||
/*
|
||||
fix margin for smaller font-size of list elements
|
||||
1 = 0,8em / 0.8em
|
||||
*/
|
||||
margin-right: 0.75em;
|
||||
}
|
||||
//.badge {
|
||||
// position: relative;
|
||||
// top: -0.15em;
|
||||
// display: inline-block;
|
||||
// min-width: 1em;
|
||||
// padding: 3px 7px;
|
||||
// margin: 0 0.2em 0 0.2em;
|
||||
// font-size: 0.8em;
|
||||
// font-weight: 700;
|
||||
// line-height: 1.1em;
|
||||
// color: white;
|
||||
// text-align: center;
|
||||
// white-space: nowrap;
|
||||
// vertical-align: baseline;
|
||||
// background-color: @colorInvalid;
|
||||
//}
|
||||
//
|
||||
//.badge a[href] {
|
||||
// color: @colorGray;
|
||||
// text-decoration: none;
|
||||
//}
|
||||
//
|
||||
//#menu nav ul .badge {
|
||||
// margin-right: 0em;
|
||||
// top: 0.5em;
|
||||
//}
|
||||
|
||||
.badge {
|
||||
position: relative;
|
||||
top: -0.15em;
|
||||
display: inline-block;
|
||||
min-width: 1em;
|
||||
padding: 3px 7px;
|
||||
margin: 0 0.2em 0 0.2em;
|
||||
font-size: 0.8em;
|
||||
font-weight: 700;
|
||||
line-height: 1.1em;
|
||||
color: white;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
background-color: @colorInvalid;
|
||||
}
|
||||
|
||||
.badge a[href] {
|
||||
color: @colorGray;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#menu nav ul .badge {
|
||||
margin-right: 0em;
|
||||
top: 0.5em;
|
||||
}
|
||||
|
||||
#menu nav > ul > li.active > .badge-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#menu nav > ul > li.hover > .badge-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#menu nav > ul > li.active > ul > li .badge-container {
|
||||
position: relative;
|
||||
top: -0.5em;
|
||||
}
|
||||
//#menu nav > ul > li.active > .badge-container {
|
||||
// display: none;
|
||||
//}
|
||||
//
|
||||
//#menu nav > ul > li.hover > .badge-container {
|
||||
// display: none;
|
||||
//}
|
||||
//
|
||||
//#menu nav > ul > li.active > ul > li .badge-container {
|
||||
// position: relative;
|
||||
// top: -0.5em;
|
||||
//}
|
||||
|
||||
#menu nav > ul > li.hover > ul > li > a {
|
||||
width: 12.5em;
|
||||
}
|
||||
|
||||
#menu nav > ul > li.hover > ul > li .badge-container {
|
||||
position: relative;
|
||||
top: -0.5em;
|
||||
}
|
||||
//#menu nav > ul > li.hover > ul > li .badge-container {
|
||||
// position: relative;
|
||||
// top: -0.5em;
|
||||
//}
|
||||
|
||||
#menu nav > ul > li.hover > ul > li {
|
||||
// prevent floating badges from resizing list items in webkit
|
||||
//max-height: 2em;
|
||||
}
|
||||
|
||||
li li .badge {
|
||||
font-size: 0.975em;
|
||||
}
|
||||
//li li .badge {
|
||||
// font-size: 0.975em;
|
||||
//}
|
||||
|
||||
.badge-critical {
|
||||
background-color: @colorCritical;
|
||||
}
|
||||
|
||||
.badge-down {
|
||||
background-color: @colorCritical;
|
||||
}
|
||||
|
||||
.badge-warning {
|
||||
background-color: @colorWarning;
|
||||
}
|
||||
|
||||
.badge-ok {
|
||||
background-color: @colorOk;
|
||||
}
|
||||
|
||||
.badge-up {
|
||||
background-color: @colorOk;
|
||||
}
|
||||
|
||||
.badge-pending {
|
||||
background-color: @colorPending;
|
||||
}
|
||||
|
||||
.badge-unknown {
|
||||
background-color: @colorUnknown;
|
||||
}
|
||||
//.badge-critical {
|
||||
// background-color: @colorCritical;
|
||||
//}
|
||||
//
|
||||
//.badge-down {
|
||||
// background-color: @colorCritical;
|
||||
//}
|
||||
//
|
||||
//.badge-warning {
|
||||
// background-color: @colorWarning;
|
||||
//}
|
||||
//
|
||||
//.badge-ok {
|
||||
// background-color: @colorOk;
|
||||
//}
|
||||
//
|
||||
//.badge-up {
|
||||
// background-color: @colorOk;
|
||||
//}
|
||||
//
|
||||
//.badge-pending {
|
||||
// background-color: @colorPending;
|
||||
//}
|
||||
//
|
||||
//.badge-unknown {
|
||||
// background-color: @colorUnknown;
|
||||
//}
|
||||
|
||||
.sparkline-box {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue