comparison 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
comparison
equal deleted inserted replaced
126:a2d2d8e09291 127:2b25d0ce2946
2 body, html 2 body, html
3 { 3 {
4 width: 100%; 4 width: 100%;
5 height: 100%; 5 height: 100%;
6 margin: 0; 6 margin: 0;
7 background-color: white;
7 } 8 }
8 9
9 body > div 10 body > div
10 { 11 {
11 margin: 0; 12 margin: 0;
118 border-width: 1px; 119 border-width: 1px;
119 padding: 2px; 120 padding: 2px;
120 margin: 4px; 121 margin: 4px;
121 min-width: 9mm; 122 min-width: 9mm;
122 min-height: 9mm; 123 min-height: 9mm;
124 text-size: 4mm;
123 cursor: pointer; 125 cursor: pointer;
124 } 126 }
125 127
126 #nav > li 128 #nav > li
127 { 129 {