diff --git a/htroot/env/base.css b/htroot/env/base.css index d8d7a2a2b..34b37a525 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -826,3 +826,29 @@ ul.folder li.treeMenu_opened ul { ul.folder li.treeMenu_closed ul { display: none; } + + +/* API */ +div#api { + position:fixed; + top:30px; + right:30px; +} + +div#api span { + display: none; +} + +div#api:hover span { + display: block; + position: absolute; + font-size:1em; + top: 100px; + left: 0; + width: 90px; + padding: 5px; + color: #000000; + background: #DDDDDD; + text-align: center; + border: 1px dashed black; + } \ No newline at end of file diff --git a/htroot/index.html b/htroot/index.html index 4e1a8139f..9f0dbb4e5 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -8,8 +8,6 @@
- - #(display)# #%env/templates/simpleheader.template%# diff --git a/htroot/interactivesearch.html b/htroot/interactivesearch.html index 7f4a02dac..e098f5588 100644 --- a/htroot/interactivesearch.html +++ b/htroot/interactivesearch.html @@ -50,6 +50,12 @@ function updatepage(str){ #%env/templates/header.template%# +