aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-10-01 11:53:14 +0100
committerStruan Donald <struan@exo.org.uk>2013-10-01 11:53:14 +0100
commitb464ed66e103df011e76c0e833a109f1b0ea9396 (patch)
treea46cc823afdc8d1177ef3ef18b24341b993c06f1
parent7e5f466ba9942862699b227c730a6af3ee10868a (diff)
move ios 7 css tweaks to own 'section' of css
just for clarity and ease of finding
-rw-r--r--src/css/fms.css51
1 files changed, 27 insertions, 24 deletions
diff --git a/src/css/fms.css b/src/css/fms.css
index 54f3f9a..e1eba52 100644
--- a/src/css/fms.css
+++ b/src/css/fms.css
@@ -56,30 +56,6 @@
background-color: #534741;
background-image: url('../images/mapbg.png');
}
- .ios7 .ui-mobile-viewport {
- background-color: none;
- background-image: none;
- }
-
- .ios7 .ui-page-active {
- padding-top: 20px;
- }
-
- .ios7 .ui-bar-a,
- body.ios7 {
- background-color: #F6BE41;
- background-image: none;
- }
-
- .ios7 .ui-bar-a {
- border-color: #F6BE41;
- }
-
- .ios7 #map_box {
- top: 20px;
- background-color: #534741;
- background-image: url('../images/mapbg.png');
- }
.ui-icon-plus,
.ui-icon-minus,
@@ -222,6 +198,33 @@
background-color: rgba(0,0,0,0);
}
+/* ios 7 tweaks to deal with different status bar behaviour */
+ .ios7 .ui-mobile-viewport {
+ background-color: none;
+ background-image: none;
+ }
+
+ .ios7 .ui-page-active {
+ padding-top: 20px;
+ }
+
+ .ios7 .ui-bar-a,
+ body.ios7 {
+ background-color: #F6BE41;
+ background-image: none;
+ }
+
+ .ios7 .ui-bar-a {
+ border-color: #F6BE41;
+ }
+
+ .ios7 #map_box {
+ top: 20px;
+ background-color: #534741;
+ background-image: url('../images/mapbg.png');
+ }
+
+
/* all app classes and selectors */
/* This is a bit of hackery as without it jquerymobile never sets the page