# HG changeset patch # User Matti Hamalainen # Date 1520984864 -7200 # Node ID d7d773f6b2462c9566afd9beacff81a8cd968a6e # Parent a51b59b552ef882a329b5eaec2a4347a64508ffc Adjust hovering control button positions, size and opacity. diff -r a51b59b552ef -r d7d773f6b246 basic.css --- a/basic.css Wed Mar 14 01:43:59 2018 +0200 +++ b/basic.css Wed Mar 14 01:47:44 2018 +0200 @@ -80,9 +80,12 @@ text-decoration: none; position: fixed; top: 0.25em; - left: 0.25em; + left: 0.15em; z-index: 30; + text-align: center; + width: 1em; + height: 1em; font-size: 1.25em; background: black; @@ -99,8 +102,7 @@ } #pageUpNaviButton { - top: 0.25em; - left: 4em; + top: 4em; } /* @@ -411,7 +413,6 @@ } #pageInfoButton, #pageUpNaviButton { - opacity: 0.5; font-size: 1.5em; top: auto; left: auto; @@ -423,7 +424,7 @@ } #pageUpNaviButton { - right: 3.5em; + right: 4.5em; } }