mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
adding icons, updating style
This commit is contained in:
@ -113,6 +113,9 @@ const Report = Discourse.Model.extend({
|
|||||||
return "envelope";
|
return "envelope";
|
||||||
}
|
}
|
||||||
switch (type) {
|
switch (type) {
|
||||||
|
case "page_view_total_reqs": return "file";
|
||||||
|
case "visits": return "user";
|
||||||
|
case "time_to_first_response": return "reply";
|
||||||
case "flags": return "flag";
|
case "flags": return "flag";
|
||||||
case "likes": return "heart";
|
case "likes": return "heart";
|
||||||
case "bookmarks": return "bookmark";
|
case "bookmarks": return "bookmark";
|
||||||
|
@ -378,5 +378,16 @@
|
|||||||
tr th {
|
tr th {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
.d-icon {
|
||||||
|
color: $primary-low-mid;
|
||||||
|
min-width: 14px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 400px) {
|
||||||
|
.d-icon { display: none; }
|
||||||
|
td.title {
|
||||||
|
padding: 8px 0 8px 4px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user