Fixed some layout issues on builders page

The text in the rightmost column had duplications (next build ETA was
mentioned twice), and too many newlines to be nicely readable. Hacked
around that to fix both.

I also made the builders table wider and tweaked some padding & spacing,
so that it's nicer to read and click on.
This commit is contained in:
2017-04-20 11:17:08 +02:00
parent 558fcac308
commit 4ee6feb6a6
2 changed files with 65 additions and 0 deletions

View File

@@ -5,3 +5,16 @@
.table td.success
background-color: #dff0d8 !important
table.builders
width: 100%
table.builders td.LastBuild
padding: 0.5ex 2ex
table.builders td.Activity
padding-left: 2ex
table.builders td a
display: block
padding: 0.5ex 2ex