diff templates/static/style.css @ 6693:7f58dec6aeb7

hgweb: Fix up non-coal styles to support graph.
author Augie Fackler <durin42@gmail.com>
date Wed, 18 Jun 2008 10:05:43 +0200
parents d8477881ee0f
children a1758089ee35
line wrap: on
line diff
--- a/templates/static/style.css	Wed Jun 18 07:06:41 2008 +0200
+++ b/templates/static/style.css	Wed Jun 18 10:05:43 2008 +0200
@@ -64,3 +64,42 @@
 #filediffEntry { }
 #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; }
 
+/* Graph */
+div#wrapper {
+	position: relative;
+	margin: 0;
+	padding: 0;
+}
+
+canvas {
+	position: absolute;
+	z-index: 5;
+	top: -0.6em;
+	margin: 0;
+}
+
+ul#nodebgs {
+	list-style: none inside none;
+	padding: 0;
+	margin: 0;
+	top: -0.7em;
+}
+ 
+ul#graphnodes li, ul#nodebgs li {
+	height: 39px;
+}
+
+ul#graphnodes {
+	position: absolute;
+	z-index: 10;
+	top: -0.85em;
+	list-style: none inside none;
+	padding: 0;
+}
+
+ul#graphnodes li .info {
+	display: block;
+	font-size: 70%;
+	position: relative;
+	top: -1px;
+}