diff basic.css @ 230:6b34b61b956b

Add a horrible kludge for using the info button to display also the image info on mobile.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Mar 2018 17:03:48 +0300
parents 9dcfd808c092
children 2731d2d8400e
line wrap: on
line diff
--- a/basic.css	Mon Mar 26 17:03:09 2018 +0300
+++ b/basic.css	Mon Mar 26 17:03:48 2018 +0300
@@ -507,4 +507,10 @@
 	#pageUpNaviButton {
 		right: 4em;
 	}
+
+	#infoBox {
+		background: black;
+		display: none;
+		opacity: 1;
+	}
 }