diff editor.css @ 127:2b25d0ce2946

Add fullscreen support and improve experience on tablet browsers by tweaking button text size and disabling zooming.
author Mike Pavone <pavone@retrodev.com>
date Tue, 06 Aug 2013 00:06:41 -0700
parents 0a66fe3a368a
children 6a1a716bb8c6
line wrap: on
line diff
--- a/editor.css	Mon Aug 05 23:37:17 2013 -0700
+++ b/editor.css	Tue Aug 06 00:06:41 2013 -0700
@@ -4,6 +4,7 @@
 	width: 100%;
 	height: 100%;
 	margin: 0;
+  background-color: white;
 }
 
 body > div
@@ -120,6 +121,7 @@
 	margin: 4px;
 	min-width: 9mm;
 	min-height: 9mm;
+  text-size: 4mm;
 	cursor: pointer;
 }