diff options
author | Struan Donald <struan@exo.org.uk> | 2012-06-12 16:00:23 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-06-12 16:00:23 +0100 |
commit | 9b6317ce338b32fab942e19a544e834028cd7ac4 (patch) | |
tree | 5f57bcbabfa3894017217197154f41ed71e32c49 | |
parent | 5f00841dd0096c91823cc3819423dd48652406ac (diff) |
make locate automatically link/button more prominent
-rw-r--r-- | phonegap/www/css/mobile.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/phonegap/www/css/mobile.css b/phonegap/www/css/mobile.css index b8f365164..45623e666 100644 --- a/phonegap/www/css/mobile.css +++ b/phonegap/www/css/mobile.css @@ -76,6 +76,25 @@ margin-top: 35px; } +#front-main #postcodeForm { + padding-top: 0.5em; + padding-bottom: 0.5em; +} + +#front-main #postcodeForm label { + font-size: 0.9em +} + +#front-main a#geolocate_link { + font-size: 1.2em; + -moz-border-radius: 0.25em; + -webkit-border-radius: 0.25em; + -o-border-radius: 0.25em; + -ms-border-radius: 0.25em; + -khtml-border-radius: 0.25em; + border-radius: 0.25em; + margin-top: 0.5em; +} #front-howto h2 { margin-top: 0.8em; |