diff --git a/VQI_GenomeBrowser.js b/VQI_GenomeBrowser.js index 71f79b2..63df9ef 100755 --- a/VQI_GenomeBrowser.js +++ b/VQI_GenomeBrowser.js @@ -111,8 +111,8 @@ function VQI_GenomeBrowser(id, serviceURL) { this.makeNavMenu = function () { var menu = "" @@ -134,9 +134,9 @@ function VQI_GenomeBrowser(id, serviceURL) { "" var menuContent = "
"+ - "
"+homeTable+"
"+ - "
"+tackMenuTable+"
"+ - "
"+analysisMenuTable+"
"+ + //"
"+homeTable+"
"+ + "
"+tackMenuTable+"
"+ + "
"+analysisMenuTable+"
"+ "
"+ "
" @@ -150,7 +150,7 @@ function VQI_GenomeBrowser(id, serviceURL) { this.makeNavigationForm = function () { var navigateBox = ""; var navigateButton = ""; - var form = ""; + var form = ""; $("#" + divId).append(form); $("#" + divId + " #navigatebutton").on("click", navigateToRegion.bind(this)); }; diff --git a/VQI_GenomeBrowserDemo.html b/VQI_GenomeBrowserDemo.html index 0ec2578..db6e2d0 100644 --- a/VQI_GenomeBrowserDemo.html +++ b/VQI_GenomeBrowserDemo.html @@ -12,6 +12,7 @@ + diff --git a/menu.css b/menu.css new file mode 100644 index 0000000..a3dcc91 --- /dev/null +++ b/menu.css @@ -0,0 +1,18 @@ + .tab-content { + width:1098px; + height: 100px; + border-left: 1px solid #ddd; + border-right: 1px solid #ddd; + border-bottom: 1px solid #ddd; + padding: 1px; +} + +.nav-tabs { + margin-bottom: 0; + width:1102px; +} + +.container-fluid { + padding-left: 0px; + +} \ No newline at end of file