From e2264d6c34de011753913dd9b447b3d38649619c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 16 May 2017 17:41:28 +0300 Subject: Adjust builds page style --- www/builds-body.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/builds-body.css b/www/builds-body.css index 67ed9a3..a69bb5a 100644 --- a/www/builds-body.css +++ b/www/builds-body.css @@ -23,7 +23,7 @@ } .build:nth-child(even) {background-color: rgba(0, 0, 0, 0.07);} -.build th {width: 6.4em;} +.build th {width: 7.0em;} .build tr.name td .value, .build tr.version td .value, @@ -31,6 +31,7 @@ .build tr.toolchain td .value, .build tr.machine td .value, .build tr.target td .value, +.build tr.timestamp td .value, .build tr.result td .value { /* style. */ @@ -38,6 +39,7 @@ font-size: 0.94em; } +.build .success {color: #00bb00;} .build .warning {color: #ffa500;} .build .error {color: #ff0000;} .build .abort {color: #ff0000;} -- cgit v1.1