File tree Expand file tree Collapse file tree 9 files changed +15
-12
lines changed
Expand file tree Collapse file tree 9 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,11 @@ body {
3737
3838# logo {
3939 height : 61px ;
40- margin-top : -20px ;
41- margin-left : -20px
40+ padding : 5px ;
41+ }
42+
43+ # explore {
44+ padding-top : 20px ;
4245}
4346
4447# githubURL {
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-20170517 .css} " href ="../static/css/main-20170517 .css " />
27+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .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-20170517 .css " />
23+ < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170613 .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-20170517 .css " />
23+ < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170613 .css " />
2424 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css " />
2525</ head >
2626< body >
2727< nav th:fragment ="navbar " class ="navbar navbar-default navbar-fixed-top ">
2828 < div class ="container ">
2929 < div class ="navbar-header ">
30- < a class =" navbar-brand " href =" / ">
30+ < a href =" / " class =" navbar-left ">
3131 < img id ="logo " src ="/img/CWL-Logo-nofonts.svg "> </ img >
3232 </ a >
3333 < a href ="/workflows " class ="button navbar-toggle "> Explore</ a >
3434 </ div >
3535 < div class ="collapse navbar-collapse ">
3636 < ul class ="nav navbar-nav navbar-right ">
37- < li > < a href ="/workflows "> Explore</ a > </ li >
37+ < li > < a id =" explore " href ="/workflows "> Explore</ a > </ li >
3838 </ ul >
3939 </ div >
4040 </ div >
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-20170517 .css " />
23+ < link rel ="stylesheet " type ="text/css " href ="../../static/css/main-20170613 .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-20170517 .css} " href ="../static/css/main-20170517 .css " />
26+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .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-20170517 .css} " href ="../static/css/main-20170517 .css " />
26+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .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-20170517 .css} " href ="../static/css/main-20170517 .css " />
32+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .css " />
3333</ head >
3434< body >
3535
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-20170517 .css} " href ="../static/css/main-20170517 .css " />
26+ < link rel ="stylesheet " type ="text/css " th:href ="@{/css/main-20170613 .css} " href ="../static/css/main-20170613 .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