aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-16 17:41:28 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-16 17:41:28 +0300
commite2264d6c34de011753913dd9b447b3d38649619c (patch)
tree799211a14a4ba8d5a9d3f8d35b71a502a6ff0c3f /www
parent5163436b00711318baea4fc0ad43a4de8222354a (diff)
Adjust builds page style
Diffstat (limited to 'www')
-rw-r--r--www/builds-body.css4
1 files changed, 3 insertions, 1 deletions
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
{
/* <code> 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;}