diff --git a/app/assets/html/bzGraflow/nodesEIC.html b/app/assets/html/bzGraflow/nodesEIC.html
new file mode 100644
index 0000000..dc77f0f
--- /dev/null
+++ b/app/assets/html/bzGraflow/nodesEIC.html
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
diff --git a/app/assets/html/bzGraflow/nodesTest2.html b/app/assets/html/bzGraflow/nodesTest2.html
index 2ec357f..6e6d09e 100644
--- a/app/assets/html/bzGraflow/nodesTest2.html
+++ b/app/assets/html/bzGraflow/nodesTest2.html
@@ -14,7 +14,8 @@
.bzgf-node .text {
position: absolute;
top: 50%;
- transform: translateY(-50%);
+ left: 50%;
+ transform: translateX(-50%) translateY(-50%);
width: 100%;
height: 2em;
color: white;
@@ -42,6 +43,8 @@
height: 30px;
border-radius: 50%;
}
+ .bzgf-node[data-nodetype="start"] .text,
+ .bzgf-node[data-nodetype="end"] .text{ width: 80%; }
.bzgf-node[data-nodetype="condition"]{
border: none;
@@ -66,9 +69,10 @@
height: 70px;
padding: 0;
}
+ .bzgf-node[data-nodetype="process"] .text{ width: 80%; }
.bzgf-node[data-nodetype="process"] .dbline{
border: 1px solid white;
- width: 80%;
+ width: 75%;
height: 100%;
position: absolute;
top: -1px;
@@ -94,11 +98,8 @@
}
.bzgf-node[data-nodetype="database"] .text{
background: black;
- width: 99%;
- height: 98%;
+ width: 87%;
z-index: 1;
- position: absolute;
- inset: 0;
}
.bzgf-node[data-nodetype="database"] .bottom{
z-index: 0;
@@ -120,6 +121,7 @@
padding: 0;
border: none;
}
+ .bzgf-node[data-nodetype="preparation"] .text{ width: 85%; }
.bzgf-node[data-nodetype="preparation"] .outerframe{
width: 100%;
height: 100%;
diff --git a/app/assets/html/test.html b/app/assets/html/test.html
index 61fc94d..09d50d2 100644
--- a/app/assets/html/test.html
+++ b/app/assets/html/test.html
@@ -4,24 +4,38 @@
graflow
-
-
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+