changeset 258:c5a5899f4869

Minor stylesheet adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Dec 2018 17:26:32 +0200
parents 67a807666405
children c95fdce46842
files basic.css
diffstat 1 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Wed Dec 12 17:20:58 2018 +0200
+++ b/basic.css	Wed Dec 12 17:26:32 2018 +0200
@@ -229,8 +229,8 @@
 
 div.imageCtrl {
 	position: absolute;
-	min-width: 10em;
-	width: 14%;
+	min-width: 8em;
+	width: 10%;
 	top: 0;
 	bottom: 0;
 	background: rgba(0,0,0, 0.35);
@@ -527,3 +527,14 @@
 		opacity: 1;
 	}
 }
+
+
+@media screen and (max-width: 400px), screen and (max-height: 400px) {
+	body {
+		font-size: 10px;
+	}
+
+	#pageInfoHeader {
+	}
+}
+