/* Rules for the trace list shown by the traces tab etc */
#trace_list {
- font-size: $lineheight/2;
border-width: 0px;
text-align: right;
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 user list */
#user_list {
- font-size: $lineheight/2;
width: 100%;
tr {