aboutsummaryrefslogtreecommitdiffstats
path: root/www/css
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-25 12:35:03 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-25 12:35:03 +0100
commitaff62bb918b8aaf7d8839d54938c4c2f585dd8d1 (patch)
treea77becb360a5891377822c1e7fc7137231b8d718 /www/css
parentcb502f758d9e2979331de68e48911379a74faf96 (diff)
add in mobile nav banners and info button where required
remove redundant includes and header content
Diffstat (limited to 'www/css')
-rw-r--r--www/css/mobile.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/css/mobile.css b/www/css/mobile.css
index 748d0fb..29203bf 100644
--- a/www/css/mobile.css
+++ b/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