2017-05-16 13:34:00 +02:00
|
|
|
|
|
|
|
.table-routes {
|
|
|
|
// Make pseudo links
|
|
|
|
td {
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
color: #337ab7;
|
|
|
|
text-decoration: none;
|
|
|
|
|
2018-07-05 17:02:32 +02:00
|
|
|
span:hover {
|
2017-05-16 13:34:00 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-05-23 15:53:15 +02:00
|
|
|
.noexport-reason,
|
2017-05-16 13:34:00 +02:00
|
|
|
.reject-reason {
|
|
|
|
font-size: 90%;
|
|
|
|
color: #333;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.table-protocols {
|
|
|
|
.date-since {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2018-07-06 15:03:03 +02:00
|
|
|
background: white;
|
2017-05-16 13:34:00 +02:00
|
|
|
}
|
|
|
|
|
2018-07-16 22:54:15 +02:00
|
|
|
|
|
|
|
.routes-loading.card {
|
|
|
|
p {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|