This commit is contained in:
Christian Paminger
2011-09-14 06:39:35 +00:00
parent 5b11ee7697
commit 26b7ff29ae
2 changed files with 7 additions and 4 deletions
+5 -2
View File
@@ -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 {
+2 -2
View File
@@ -64,10 +64,10 @@ echo '<?xml-stylesheet href="gantt.css" type="text/css"?>';
</vbox>
<vbox flex="1">
<spacer flex="2"/>
<svg-shape flex="1" id="svg-button" type="rect" radius="12" label="Box"/>
<svg-shape flex="1" id="svg-button" type="rect" radius="12" label="Projekt Lernquadrat"/>
<spacer flex="2"/>
<hbox flex="4">
<svg-shape flex="1" id="circ1" type="circle" label="1"/>
<svg-shape flex="1" id="phase1" type="rect" label="Analysephase"/>
<svg-shape flex="1" id="circ2" type="circle" label="2" />
<svg-shape flex="1" id="circ3" type="circle" label="3" />
</hbox>