aboutsummaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@netscape.net>2017-04-18 23:04:40 +0200
committerFrédéric Buclin <LpSolit@netscape.net>2017-04-18 23:04:40 +0200
commit67f7d865283a0463b829a2d1d46941c86e10f391 (patch)
tree9e18f3da34100170f61bc5bea6aa16850187e560 /skins
parentaa57f25e629ad052b33d66635e5430d34f4c5f81 (diff)
downloadbugs-67f7d865283a0463b829a2d1d46941c86e10f391.tar
bugs-67f7d865283a0463b829a2d1d46941c86e10f391.tar.gz
bugs-67f7d865283a0463b829a2d1d46941c86e10f391.tar.bz2
bugs-67f7d865283a0463b829a2d1d46941c86e10f391.tar.xz
bugs-67f7d865283a0463b829a2d1d46941c86e10f391.zip
Implement a UI in the buglist for the last visit time
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/buglist.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css
index e58baabfd..7256d285e 100644
--- a/skins/standard/buglist.css
+++ b/skins/standard/buglist.css
@@ -118,6 +118,38 @@ tr.bz_secure_mode_implied td.first-child {
tr.bz_secure_mode_manual td.first-child {
}
+div.bz_last_visit_description {
+ padding: 1em 0;
+}
+div.bz_last_visit_description span {
+ padding-left: 1em;
+ white-space: nowrap;
+}
+tr.bz_new_since_last_visit td.first-child:before,
+span.bz_new_since_last_visit:before {
+ color: #ed2;
+ content: "\25CF";
+ font-size: large;
+}
+tr.bz_updated_since_last_visit td.first-child:before,
+span.bz_updated_since_last_visit:before {
+ color: #c00;
+ content: "\25CF";
+ font-size: large;
+}
+tr.bz_up_to_date_since_last_visit td.first-child:before,
+span.bz_up_to_date_since_last_visit:before {
+ color: #0c0;
+ content: "\25CF";
+ font-size: large;
+}
+tr.bz_unknown_since_last_visit td.first-child:before,
+span.bz_unknown_since_last_visit:before {
+ color: #aaa;
+ content: "\25CF";
+ font-size: large;
+}
+
td.bz_estimated_time_column,
td.bz_remaining_time_column,
td.bz_actual_time_column,