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:
@@ -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
|
||||
|
Reference in New Issue
Block a user