From ac788e2812aa5f4b22cd267b4e766b35526f0b1b Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Tue, 6 Mar 2012 17:11:17 +0100 Subject: [PATCH] make buttons, etc. bigger when on a touch-enabled device (Mozilla-specific right now) --- style/lantea.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/style/lantea.css b/style/lantea.css index b6b596d..0fbaddb 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -19,6 +19,15 @@ h1 { z-index: 5; } +#overlayArea:-moz-system-metric(touch-enabled) { + font-size: 3mozmm; +} + +#overlayArea input[type="button"]:-moz-system-metric(touch-enabled), +#overlayArea select:-moz-system-metric(touch-enabled) { + font-size: 2.5mozmm; +} + #zoomLevel { background-color: rgba(255, 255, 255, .8); border-radius: 3px; -- 2.35.3