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

Unified Diff: milo/appengine/frontend/static/buildbot/css/default.css

Issue 2921573002: Milo UI tweaks (Closed)
Patch Set: only -> Only Created 3 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
Index: milo/appengine/frontend/static/buildbot/css/default.css
diff --git a/milo/appengine/frontend/static/buildbot/css/default.css b/milo/appengine/frontend/static/buildbot/css/default.css
index 3654b826c8d5a43d1700290195bacb0f4d207246..cdf6fa2f2f44e9f9cb0eec8716d1d4357fe84d89 100644
--- a/milo/appengine/frontend/static/buildbot/css/default.css
+++ b/milo/appengine/frontend/static/buildbot/css/default.css
@@ -100,6 +100,12 @@ div.Announcement>div.Closed {
text-align: center;
}
+.BuildProperties td.middle {
+ max-width: 250px;
+ text-overflow: ellipsis;
+ overflow: hidden;
+}
+
td.Time {
color: #000;
border-bottom: 1px solid #aaa;
@@ -252,6 +258,10 @@ tr:nth-child(even) {
background-color: #ddd;
}
+li.sublink:nth-child(odd) {
+ background-color: #eee;
+}
+
.account-picture {
border-radius: 6px;
width: 25px;
@@ -633,6 +643,12 @@ li {
font-size: 1.5em;
}
+span.duration {
+ text-align: right;
+ float: right;
+ display: inline-block;
+}
+
span.stdout {
color: black;
}

Powered by Google App Engine
This is Rietveld 408576698