diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-25 12:35:03 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-25 12:35:03 +0100 |
commit | e050af29ca4b0dd6629e418804846a61d1a1293e (patch) | |
tree | b97b684e2b75d072ff557831a1d96c90c629aea3 /phonegap/www/css | |
parent | a7140e8b6fe96ba8cb77ee89794c28fd9f7c4873 (diff) |
add in mobile nav banners and info button where required
remove redundant includes and header content
Diffstat (limited to 'phonegap/www/css')
-rw-r--r-- | phonegap/www/css/mobile.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/phonegap/www/css/mobile.css b/phonegap/www/css/mobile.css index 748d0fbdf..29203bf31 100644 --- a/phonegap/www/css/mobile.css +++ b/phonegap/www/css/mobile.css @@ -1,3 +1,7 @@ +.mobile-nav-banner { + background: black; +} + .mobile-info { position: fixed; bottom: 0px; @@ -40,3 +44,17 @@ right: 0.3em; bottom: 0.3em; } + +.mobile-map-banner { + position: fixed; +} + +.mobile-header { + margin-top: 35px; +} + + + +.mobile-header #site-logo { + margin-top: 35px; +}
\ No newline at end of file |