You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

87 lines
1.2 KiB

#log th {
border-top: 0;
border-bottom: 1px solid #E5E5E5;
}
#log td {
color: #444;
padding: 16px 8px;
position: relative;
border: 0;
border-bottom: 1px solid #E5E5E5;
}
#log .datetime {
white-space: nowrap;
}
#log .date {
display: inline-block;
width: 70px;
}
#log .protocol {
white-space: nowrap;
padding-left: 16px;
padding-right: 16px;
}
#log .ip {
padding-left: 16px;
padding-right: 16px;
}
#log td.ua {
font-family: monospace;
font-size: 11px;
}
#log .bullet {
position: absolute;
display: block;
top: 50%;
margin-top: -6px;
left: 0;
width: 12px;
height: 12px;
border: 2px solid #FFF;
border-radius: 6px;
background: #376f37;
}
#log .tl {
position: absolute;
left: 4px;
width: 4px;
background: #5cb85c;
}
#log .top {
top: 0;
height: 50%;
}
#log .bottom {
top: 50%;
height: 50%;
}
#log .full-down {
top: 0;
height: 100%;
background: #d9534f;
}
#log .down { background: #d9534f; }
#log .late { background: #f0ad4e; }
#log .tl-cell {
border: 0;
}
#log .downtime-cell {
border: 0;
font-size: small;
color: #d9534f;
}