File tree Expand file tree Collapse file tree 9 files changed +37
-8
lines changed
Expand file tree Collapse file tree 9 files changed +37
-8
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ body {
141141 overflow : hidden;
142142 padding : 0 ;
143143 height : 500px ;
144+ margin-bottom : 10px ;
144145}
145146
146147@media (max-width : 767px ) {
@@ -183,6 +184,26 @@ body {
183184 color : # c30000 ;
184185}
185186
187+
188+ .legend {
189+ list-style : none;
190+ height : 30px ;
191+ }
192+ .legend li { float : right; margin-right : 15px ; }
193+ .legend span {
194+ border : 1px solid # ccc ;
195+ float : left;
196+ width : 20px ;
197+ height : 15px ;
198+ margin : 2px 4px 2px 2px ;
199+ }
200+
201+ .legend .inputoutputs { background-color : # 94DDF4 ; }
202+ .legend .tools { background-color : # FAFAD2 ; }
203+ .legend .nestedworkflows { background-color : # F3CEA1 ; }
204+ .legend .defaults { background-color : # D5AEFC ; }
205+ .legend .selectednode { background-color : # B9FFBB ; }
206+
186207tr .selected , .table-hover tbody tr .selected : hover td , .table-hover tbody tr .selected : hover th {
187208 background-color : # b9ffbb !important ;
188209}
Original file line number Diff line number Diff line change 2424 < meta charset ="UTF-8 " />
2525 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
2626 < title > Common Workflow Language Viewer</ title >
27- < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .css " />
27+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170616 .css} " href ="../static/css/main-20170616 .css " />
2828 < link rel ="stylesheet " th:href ="@{/bower_components/bootstrap/dist/css/bootstrap.min.css} " href ="../static/bower_components/bootstrap/dist/css/bootstrap.min.css " />
2929 </ head >
3030 < body >
Original file line number Diff line number Diff line change 2020
2121< html xmlns:th ="http://www.thymeleaf.org ">
2222< head >
23- < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170613 .css " />
23+ < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170616 .css " />
2424 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css " />
2525</ head >
2626< body >
Original file line number Diff line number Diff line change 2020
2121< html xmlns:th ="http://www.thymeleaf.org ">
2222< head >
23- < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170613 .css " />
23+ < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170616 .css " />
2424 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css " />
2525</ head >
2626< body >
Original file line number Diff line number Diff line change 2020
2121< html lang ="en " xmlns:th ="http://www.thymeleaf.org ">
2222< head >
23- < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170613 .css " />
23+ < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170616 .css " />
2424 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css " />
2525</ head >
2626< body >
Original file line number Diff line number Diff line change 2323 < meta charset ="UTF-8 " />
2424 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
2525 < title > Common Workflow Language Viewer</ title >
26- < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .css " />
26+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170616 .css} " href ="../static/css/main-20170616 .css " />
2727 < link rel ="stylesheet " th:href ="@{/bower_components/bootstrap/dist/css/bootstrap.min.css} " href ="../static/bower_components/bootstrap/dist/css/bootstrap.min.css " />
2828 </ head >
2929 < body >
Original file line number Diff line number Diff line change 2323 < meta charset ="UTF-8 " />
2424 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
2525 < title > Common Workflow Language Viewer</ title >
26- < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .css " />
26+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170616 .css} " href ="../static/css/main-20170616 .css " />
2727 < link rel ="stylesheet " th:href ="@{/bower_components/bootstrap/dist/css/bootstrap.min.css} " href ="../static/bower_components/bootstrap/dist/css/bootstrap.min.css " />
2828 </ head >
2929 < body >
Original file line number Diff line number Diff line change 2929 < meta name ="twitter:image " th:content ="${appURL + '/workflows/' + workflow.id + '/graph/png'} " />
3030 < title > Common Workflow Language Viewer</ title >
3131 < link rel ="stylesheet " th:href ="@{/bower_components/bootstrap/dist/css/bootstrap.min.css} " href ="../static/bower_components/bootstrap/dist/css/bootstrap.min.css " />
32- < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .css " />
32+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170616 .css} " href ="../static/css/main-20170616 .css " />
3333</ head >
3434< body >
3535
@@ -165,6 +165,14 @@ <h2>Workflow: <span th:text="${workflow.label}">Workflow Name</span></h2>
165165 < img id ="selectParents " class ="graphControl " th:src ="@{/img/parents-logo.svg} " src ="../static/img/parents-logo.svg " alt ="parents " data-tooltip ="true " title ="Select All Parents " />
166166 < div id ="graph " data-th-attr ="data-svgurl=@{'/workflows/' + ${workflow.id} + '/graph/svg'} "> </ div >
167167 </ div >
168+ < ul class ="legend ">
169+ < li > < span class ="selectednode "> </ span > Selected</ li >
170+ < li class ="hidden-xs "> |</ li >
171+ < li > < span class ="defaults "> </ span > Default Values</ li >
172+ < li > < span class ="nestedworkflows "> </ span > Nested Workflows</ li >
173+ < li > < span class ="tools "> </ span > Tools</ li >
174+ < li > < span class ="inputoutputs "> </ span > Inputs/Outputs</ li >
175+ </ ul >
168176 < div th:if ="${workflow.dockerLink != null} ">
169177 < h2 style ="float:left; "> Requires: </ h2 >
170178 < a th:unless ="${workflow.dockerLink == 'true'} " th:href ="${workflow.dockerLink} " rel ="noopener " target ="_blank ">
Original file line number Diff line number Diff line change 2323 < meta charset ="UTF-8 " />
2424 < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
2525 < title > Common Workflow Language Viewer</ title >
26- < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .css " />
26+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170616 .css} " href ="../static/css/main-20170616 .css " />
2727 < link rel ="stylesheet " th:href ="@{/bower_components/bootstrap/dist/css/bootstrap.min.css} " href ="../static/bower_components/bootstrap/dist/css/bootstrap.min.css " />
2828 </ head >
2929 < body >
You can’t perform that action at this time.
0 commit comments