--- a/swtr/static/css/swtmaker.css +++ b/swtr/static/css/swtmaker.css @@ -64,4 +64,21 @@ z-index: 10000; background-color: rgba(255, 255, 255, 0.7); } + + +/* text-annotation styles */ + +#overlayBar { + background: #fff; + border-bottom: 1px solid #ccc; + left: 0; + opacity: 0.95; + position: fixed; + top: 0; + width: 100%; +} + +.nav-btn { + margin-left: 10px; +} --- a/swtr/static/js/app.js +++ b/swtr/static/js/app.js @@ -189,10 +189,14 @@ this.loadOverlayBar(); }, loadOverlayBar: function() { - var template = "
"; + var template = " "; + $(document.body).append(template); }, signIn: function(e) {