Better ios stuff

This commit is contained in:
Max Lynch
2013-09-28 17:59:27 -05:00
parent b6d1564e8e
commit 0874928cb3
3 changed files with 5 additions and 5 deletions

4
dist/ionic-ios7.css vendored
View File

@ -366,9 +366,9 @@ body {
background-color: #fff;
-webkit-overflow-scrolling: touch; }
.platform-ios7 .bar {
.platform-ios7 .bar-header {
height: 64px; }
.platform-ios7 .bar > * {
.platform-ios7 .bar-header > * {
margin-top: 20px; }
.platform-ios7 .has-header {
margin-top: 64px; }

4
dist/ionic.css vendored
View File

@ -2329,9 +2329,9 @@ a.button {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0); }
.platform-ios7 .bar {
.platform-ios7 .bar-header {
height: 64px; }
.platform-ios7 .bar > * {
.platform-ios7 .bar-header > * {
margin-top: 20px; }
.platform-ios7 .has-header {
margin-top: 64px; }

View File

@ -1,5 +1,5 @@
.platform-ios7 {
.bar {
.bar-header {
height: 64px;
> * {