diff --git a/htroot/env/base.css b/htroot/env/base.css index 2a419a34e..118ec413e 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -825,6 +825,30 @@ ul.folder li.treeMenu_closed ul { display: none; } +div#kiosk { + position:absolute; + top:0px; + right:0px; + z-index: 100; +} +div#kiosk span { + display: none; +} +div#kiosk:hover span { + display: block; + position: absolute; + font-size:1em; + top: 18px; + left: -80px; + width: 80px; + padding: 3px; + color: #000000; + background: #DDDDDD; + text-align: center; + border: 1px dashed black; + z-index: 100; +} + /* API */ div#api { position:absolute; diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index 61ef14855..2628608e3 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -47,8 +47,8 @@

Search & Browse