diff options
author | Struan Donald <struan@exo.org.uk> | 2013-09-27 10:44:21 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-09-27 10:44:21 +0100 |
commit | 597679f537df8a3c26e4c8b561b8179dc7a0829a (patch) | |
tree | 4e9ce305e090f026ba17cf0fe5a92769d3fdae08 | |
parent | cb11bb5c540c6a156be8d9cc60176207a4177a8c (diff) |
Fix iOS splash screen -> locating screen bounce
Logo still goes smaller but less annoying than the bounce
-rw-r--r-- | src/css/fms.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/css/fms.css b/src/css/fms.css index e817025..54f3f9a 100644 --- a/src/css/fms.css +++ b/src/css/fms.css @@ -65,11 +65,6 @@ padding-top: 20px; } - .ios7 #locating, - .ios7 #load-screen { - margin-top: 20px; - } - .ios7 .ui-bar-a, body.ios7 { background-color: #F6BE41; @@ -502,7 +497,7 @@ z-index: 3010; text-align: center; background: #F6BE41; - padding-top:40px; + padding-top:20px; color: white; } |