]> git.sesse.net Git - pkanalytics/blobdiff - ultimate.css
Add a filler SVG to make things line up.
[pkanalytics] / ultimate.css
index c62f18bc281adaf9f8456a35984cff138b70eb81..65ce16375d9a57cc8751a70fc21404e61307422c 100644 (file)
@@ -60,3 +60,18 @@ td:not(.pad) {
 td.name {
        padding-right: 20px;
 }
+
+.ci, .invertedci, .fillerci {
+       vertical-align: middle;
+       margin-left: 8px;
+}
+
+.ci .marker { stroke: #000; stroke-width: 2px; }
+.ci .range.s0 { fill: #fdd; }
+.ci .range.s1 { fill: #dfd; }
+
+.invertedci .marker { stroke: #000; stroke-width: 2px; }
+.invertedci .range.s0 { fill: #dfd; }
+.invertedci .range.s1 { fill: #fdd; }
+
+.bar { fill: steelblue; }