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 ''; - + - +