This repository has been archived on 2023-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-buildbot/public_html/assets/sass/main.sass
Sybren A. Stüvel 4ee6feb6a6 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.
2017-04-20 11:17:08 +02:00

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