| 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;
|
| }
|
|
|