changeset 197:4150b412a783

CSS adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Mar 2018 13:51:53 +0200
parents 9db200b610ea
children cd09052cf5db
files basic.css
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }