healthchecks/static/css/channels.css
2015-08-12 23:51:45 +03:00

45 lines
573 B
CSS

.channels-table {
margin-top: 36px;
}
table.channels-table > tbody > tr > th {
border-top: 0;
}
.channels-table .channels-add-title {
border-top: 0;
padding-top: 20px
}
.channels-table .channels-add-help {
color: #888;
border-top: 0;
}
.word-up {
color: #5cb85c;
font-weight: bold
}
.word-down {
color: #d9534f;
font-weight: bold
}
.preposition {
color: #888;
}
.channel-unconfirmed {
font-size: small;
}
.channels-help-hidden {
display: none;
}
.channels-table .channels-num-checks {
padding-left: 40px;
}