# HG changeset patch # User Matti Hamalainen # Date 1521460313 -7200 # Node ID 4150b412a783c72a2ef432523fe427c781605e3f # Parent 9db200b610eacd25764f1461b80a6d5e1bf6f67f CSS adjustments. diff -r 9db200b610ea -r 4150b412a783 basic.css --- a/basic.css Mon Mar 19 13:49:22 2018 +0200 +++ b/basic.css Mon Mar 19 13:51:53 2018 +0200 @@ -101,8 +101,12 @@ color: black; } +#pageInfoButton { + top: 4em; +} + #pageUpNaviButton { - top: 4em; + top: 0.25em; } @@ -281,7 +285,7 @@ z-index: 12; } -div.infoBox { +#infoBox { position: fixed; bottom: 0; left: 0.1em; @@ -301,7 +305,7 @@ z-index: 15; } -div.infoBox:hover { +#infoBox:hover { opacity: 1; }