diff options
author | Struan Donald <struan@exo.org.uk> | 2013-10-01 14:19:55 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-10-01 14:19:55 +0100 |
commit | 4b74768ee968bfb6a57cfa88a6f69a21a583808e (patch) | |
tree | 46e1536d80b31a5659150c36a24f2087e1ca72b9 | |
parent | b464ed66e103df011e76c0e833a109f1b0ea9396 (diff) |
Fix fixed position navigation bar on iOS 7
Add some padding and shift the buttons down to accomodate the margin
otherwise the navigation bar is under the status bar
-rw-r--r-- | src/css/fms.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/css/fms.css b/src/css/fms.css index e1eba52..dea9ddc 100644 --- a/src/css/fms.css +++ b/src/css/fms.css @@ -218,6 +218,15 @@ border-color: #F6BE41; } + .ios7 .ui-header-fixed { + padding-top: 20px; + } + + .ios7 .ui-header-fixed .ui-btn-left, + .ios7 .ui-header-fixed .ui-btn-right { + top: 24px; + } + .ios7 #map_box { top: 20px; background-color: #534741; |