From 26b7ff29aec5d02f219714edf9ad9d1286dc67ea Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Wed, 14 Sep 2011 06:39:35 +0000 Subject: [PATCH] SVG --- content/projekt/gantt.css | 7 +++++-- content/projekt/gantt.overlay.xul.php | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/content/projekt/gantt.css b/content/projekt/gantt.css index 53cd3a881..7f464e069 100755 --- a/content/projekt/gantt.css +++ b/content/projekt/gantt.css @@ -33,8 +33,11 @@ svg-shape:focus .svg-shape-circle { stroke: white; } -#circ1 .svg-shape-circle { - fill: yellow; +#phase1 { + fill: magenta; + min-width: 48px; + min-height: 48px; + max-height: 48px; } #circ2 .svg-shape-circle { diff --git a/content/projekt/gantt.overlay.xul.php b/content/projekt/gantt.overlay.xul.php index b81e6ebbf..8e6da1364 100755 --- a/content/projekt/gantt.overlay.xul.php +++ b/content/projekt/gantt.overlay.xul.php @@ -64,10 +64,10 @@ echo ''; - + - +