From: Robert Kaiser Date: Tue, 6 Mar 2012 16:11:17 +0000 (+0100) Subject: make buttons, etc. bigger when on a touch-enabled device (Mozilla-specific right... X-Git-Tag: legacy-preGL~73 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=ac788e2812aa5f4b22cd267b4e766b35526f0b1b make buttons, etc. bigger when on a touch-enabled device (Mozilla-specific right now) --- 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;