2016-07-06 22:52:31 +02:00
|
|
|
form > .btn+.btn
|
|
|
|
margin-left 5px
|
|
|
|
|
|
|
|
.table
|
|
|
|
td.split
|
|
|
|
span
|
|
|
|
display block
|
2016-07-09 02:58:47 +02:00
|
|
|
|
|
|
|
.map.node
|
|
|
|
height 300px
|
2016-07-14 14:04:51 +02:00
|
|
|
.map.global
|
|
|
|
height 92vh
|
|
|
|
|
|
|
|
.angular-leaflet-map.map
|
|
|
|
.node
|
|
|
|
width 3px
|
|
|
|
height 3px
|
|
|
|
background-color rgba(0,0,255,0.5)
|
|
|
|
border 2px solid white
|
|
|
|
border-radius 10px
|
|
|
|
.node.offline
|
|
|
|
background-color rgba(255,0,0,0.5)
|
|
|
|
.node.client24
|
|
|
|
border-left 3px solid green
|
|
|
|
.node.client5
|
|
|
|
border-right 3px solid green
|
|
|
|
.node.client24-warn
|
|
|
|
border-left 3px solid yellow
|
|
|
|
.node.client5-warn
|
|
|
|
border-right 3px solid yellow
|
|
|
|
.node.client24-crit
|
|
|
|
border-left 3px solid red;
|
|
|
|
.node.client5-crit
|
|
|
|
border-right 3px solid red
|
|
|
|
|
|
|
|
.nodeicon-label
|
|
|
|
font-size 12px
|
|
|
|
font-weight lighter
|
|
|
|
table
|
|
|
|
width 100%
|
|
|
|
td
|
|
|
|
border-top 1px solid #999;
|
|
|
|
text-align right
|
|
|
|
td:first-child
|
|
|
|
text-align left
|