changeset 176:d7d773f6b246

Adjust hovering control button positions, size and opacity.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Mar 2018 01:47:44 +0200
parents a51b59b552ef
children 724fac3d21e9
files basic.css
diffstat 1 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	}
 }