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

Unified Diff: master/public_html/default.css

Issue 415783002: Exclude trybots from horizontal_one_box_per_builder, fix CSS (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Fix CSS Created 6 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
« no previous file with comments | « no previous file | master/templates/horizontal_one_box_per_build.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master/public_html/default.css
diff --git a/master/public_html/default.css b/master/public_html/default.css
index 2f0b6e0ffe1b8c3b3b68e7ba82500d071749cf14..0fab1bd17f87b9fdb90cba0ef880427e02e312f4 100644
--- a/master/public_html/default.css
+++ b/master/public_html/default.css
@@ -42,7 +42,8 @@ table td {
}
.LastBuild,.Activity,.Builder,.BuildStep {
- min-width: 5em;
+ width: 155px;
+ max-width: 155px;
}
div.RoundedRect {
« no previous file with comments | « no previous file | master/templates/horizontal_one_box_per_build.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698