Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions html/css/bco_editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ body {
padding-bottom: 20px;
}

footer {
display: flex;
justify-content: space-between;
}

.searchboxcn{
min-height:50px;
width:90%;
Expand Down
1 change: 1 addition & 0 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<hr>
<footer>
<p>&copy; 2018 - BioCompute. All rights reserved. </p>
<a href="https://github.com/biocompute-objects/bco_editor/issues/new">Contact Us</a>
</footer>
</div> <!-- /container -->

Expand Down
2 changes: 1 addition & 1 deletion html/js/bco_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var pageId = "";
var bcoId = "";
var path = ''
var isDataEdited = false;
var rootUrl = '/dev';
var rootUrl = '/bco_editor';
var rootPath = '/dev';

////////////////////////////////
Expand Down