From caa4d0d2c0dce4a2f0182b8aee7ed3a7a051442b Mon Sep 17 00:00:00 2001 From: Timur Sufiev Date: Tue, 23 Dec 2014 13:26:00 -0800 Subject: [PATCH] Prepare layout snippets for Workflows section Change-Id: I89a607b5a1730c6f860fdb2929cdd60165e9030b --- .../mistral/static/mistral/css/mistral.css | 20 + .../mistral/templates/mistral/create.html | 358 ++++++++++++++++++ 2 files changed, 378 insertions(+) diff --git a/extensions/mistral/static/mistral/css/mistral.css b/extensions/mistral/static/mistral/css/mistral.css index 39f0291..8fcff52 100644 --- a/extensions/mistral/static/mistral/css/mistral.css +++ b/extensions/mistral/static/mistral/css/mistral.css @@ -63,6 +63,10 @@ div#create-workbook { padding-left: 15px; } +.section .section { + margin-left: 15px; +} + .section a { padding-left: 5px; text-decoration: none; @@ -119,4 +123,20 @@ i.fa-minus-circle.input-group-addon { background-color: inherit; border: none; margin-bottom: 0; +} + +i.fa-times-circle { + padding-right: 10px; +} + +.section .section i.fa-times-circle { + font-weight: bold; + margin-top: 10px; + margin-bottom: 0; + font-size: 15px; + color: inherit; +} + +.merlin-panel textarea { + resize: vertical; } \ No newline at end of file diff --git a/extensions/mistral/templates/mistral/create.html b/extensions/mistral/templates/mistral/create.html index 001b773..b109456 100644 --- a/extensions/mistral/templates/mistral/create.html +++ b/extensions/mistral/templates/mistral/create.html @@ -260,6 +260,360 @@ + +
+
+

+ + Workflow1 +

+
+
+
+ +
+
+
+ + +
+
+
+
+ + +
+
+
+ +
+
+ +
+ +
+
+
+
+
+
+
+ + +
+
+
+
+
+
+ +
+
+ +
+ +
+
+
+ +
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ +
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ + +
+
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ + +
+
+
+
+
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
+ +
+
+
+
+
+
+
@@ -297,6 +651,10 @@ description: e.preventDefault(); return true; }); + $('a[data-toggle="collapse"]').on('click', function(e) { + e.preventDefault(); + return true; + }) }); {% endblock %}