Merge remote-tracking branch 'upstream/pull/2470'

This commit is contained in:
Tom Hughes 2019-12-30 21:37:32 +00:00
commit 1597a2f879
4 changed files with 11 additions and 39 deletions

View file

@ -27,7 +27,7 @@
@import "bootstrap/card";
// @import "bootstrap/breadcrumb";
// @import "bootstrap/pagination";
// @import "bootstrap/badge";
@import "bootstrap/badge";
// @import "bootstrap/jumbotron";
// @import "bootstrap/alert";
// @import "bootstrap/progress";

View file

@ -1483,7 +1483,6 @@ tr.turn:hover {
/* Rules for the trace list shown by the traces tab etc */
#trace_list {
font-size: $lineheight/2;
border-width: 0px;
text-align: right;
@ -1491,38 +1490,6 @@ tr.turn:hover {
font-size: 12px;
color: gray;
}
.trace_pending {
color: red;
}
.trace_public {
color: green;
}
.trace_identifiable {
color: green;
}
.trace_trackable {
color: red;
}
.trace_private {
color: red;
}
}
/* Rules for the trace view */
.trace-show {
.trace_pending {
color: red;
}
.geo {
display: inline;
}
}
/* Rules for the new trace form */
@ -1638,7 +1605,6 @@ tr.turn:hover {
/* Rules for the user list */
#user_list {
font-size: $lineheight/2;
width: 100%;
tr {