summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-05-02 21:43:31 +0200
committerfranck cuny <franck@lumberjaph.net>2011-05-02 21:43:31 +0200
commitb28268d75688f971f39a24065797ff068cbf5f7b (patch)
treebd02c2b99ee4bb79635b9a535f580902685c0a11 /public
parentTell the manifest that our readme is markdown (diff)
downloadjitterbug-b28268d75688f971f39a24065797ff068cbf5f7b.tar.gz
implement some of #12feature/dashboard
for each project, check the status of the last build. If there is a FAIL on one version, the project name is in RED, else GREEN. Signed-off-by: franck cuny <franck@lumberjaph.net>
Diffstat (limited to 'public')
-rw-r--r--public/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css
index d22b898..76572df 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -167,6 +167,9 @@ font-family: sans-serif;
margin: 1.2em 0 0.6em 0;
}
+a.FAIL{color:red}
+a.PASS{color:green}
+
p {
line-height: 1.5em;
margin: 1.6em 0;
@@ -228,6 +231,7 @@ font-family:Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",m
.commit .builds span.PASS{color:green}
.commit .builds span.FAIL{color:red}
+
.repo{border:1px solid #d8d8d8;background-color:#f0f0f0;margin:0;margin:0 0 10px 0;padding:8px 10px 0 10px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.repo h3{margin:0;font-size:14px;white-space:nowrap;}
.repo p.desc{margin:0 0 3px 0;font-size:12px;color:#444;}