diff --git a/dist/css/ionic.css b/dist/css/ionic.css index ebf87c6803..3a1563d078 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -1,4 +1,3 @@ -@charset "UTF-8"; /*! * Copyright 2014 Drifty Co. * http://drifty.com/ @@ -6543,6 +6542,8 @@ a.button { */ .platform-ios7 .bar-header { height: 64px; } + .platform-ios7 .bar-header.item-input-inset .item-input-wrapper { + margin-top: 19px !important; } .platform-ios7 .bar-header > * { margin-top: 20px; } .platform-ios7 .has-header { diff --git a/scss/_platform.scss b/scss/_platform.scss index 71782c2d55..a19b45060d 100644 --- a/scss/_platform.scss +++ b/scss/_platform.scss @@ -8,6 +8,10 @@ .bar-header { height: 64px; + &.item-input-inset .item-input-wrapper { + margin-top: 19px !important; + } + > * { margin-top: 20px; } diff --git a/test/search-ios7.html b/test/search-ios7.html new file mode 100644 index 0000000000..820e9095d5 --- /dev/null +++ b/test/search-ios7.html @@ -0,0 +1,27 @@ + +
+ +