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.
 
 
 
 
 

58 lines
754 B

#log {
visibility: hidden;
}
#log th {
border-top: 0;
border-bottom: 1px solid #E5E5E5;
}
#log td {
color: #444;
position: relative;
border: 0;
border-bottom: 1px solid #E5E5E5;
}
#log .datetime {
white-space: nowrap;
}
#log .date, #log .time {
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 .ok {
color: #5cb85c;
}
#log tr.missing td {
color: #d9534f;
background: #fff3f2;
}
#log .n-cell {
text-align: center;
font-family: monospace;
}
#log .hash {
color: #aaa;
}