##// END OF EJS Templates
project: initial commit
project: initial commit

File last commit:

r0:548a840d
r0:548a840d
Show More
uptime.css.less
36 lines | 627 B | text/x-less | LessCssLexer
.top-state-uptime {
table {
.problem {
color: @color_red;
font-weight: bold;
td {
background-color: #FFE2E2 !important;
}
}
.interval {
width: 150px;
}
.retries {
width: 90px;
text-align: center;
}
.http_status {
width: 150px;
text-align: center;
}
.location {
width: 200px;
text-align: center;
}
}
.uptime-list {
table {
border: 0 !important;
}
}
}