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.
21 lines
479 B
Sass
21 lines
479 B
Sass
@import url(//fonts.googleapis.com/css?family=Open+Sans)
|
|
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300)
|
|
@import url(../../assets_shared/css/font-borg.css)
|
|
@import ../../assets_shared/sass/main.sass
|
|
|
|
.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
|