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

Unified Diff: appengine/findit/templates/build_failure.html

Issue 2015543003: [Findit] Fix the problem that it's only partially working for triage buttons. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/templates/build_failure.html
diff --git a/appengine/findit/templates/build_failure.html b/appengine/findit/templates/build_failure.html
index 8e9f5dc33777c1e538b491a2b18d513ffffb87de..b2a24207183439586384c2687df0dfdff99ed59d 100644
--- a/appengine/findit/templates/build_failure.html
+++ b/appengine/findit/templates/build_failure.html
@@ -22,7 +22,6 @@
.thumbs-up-down {
border-radius: 7px;
display: inline-block;
- height: 28px;
}
.triage, .triaged {
display: block;
@@ -61,19 +60,6 @@
.not-display, .hidden-row {
display: none;
}
- .displayed-row {
- display: table-row;
- background: #E0E0E0;
- }
- .toggle-img {
- vertical-align: middle;
- }
- .header-test {
- background-color:#E0E0E0;
- }
- .valign-middle {
- vertical-align: middle;
- }
.truncate {
width: 500px;
white-space: nowrap;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698