Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2420)

Unified Diff: appengine/findit/static/common.css

Issue 2074273002: [Findit] Add feedback button for manual triage. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@show-result
Patch Set: Rebase and fix tests. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/findit/static/common.css
diff --git a/appengine/findit/static/common.css b/appengine/findit/static/common.css
index d4d08b31947f1527730930db6bf9187e405cc599..3d9ed35ca604a21f1858256e98abbeb299be8633 100644
--- a/appengine/findit/static/common.css
+++ b/appengine/findit/static/common.css
@@ -11,3 +11,27 @@ table td, table th {
padding: 5px;
border: 1px solid gray;
}
+
+.triage-area {
+ border-radius: 7px;
+ display: inline-block;
+}
+
+.triage, .triaged {
+ display: block;
+ float: left;
+ vertical-align: middle;
+}
+
+.triage {
+ background-color: #e5e5e5;
+ cursor: pointer;
+}
+
+.triaged {
+ cursor: default;
+}
+
+.not-display, .hidden-row {
+ display: none;
+}
« no previous file with comments | « appengine/findit/model/triage_status.py ('k') | appengine/findit/templates/crash/fracas_result_feedback.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698