diff --git a/bower.json b/bower.json index 9c3dc6e22e..99eea91ef1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "ionic", - "version": "0.9.11", + "version": "0.9.12", "homepage": "https://github.com/driftyco/ionic", "authors": [ "Max Lynch ", diff --git a/component.json b/component.json index b43c40921a..d81d97f388 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "repo": "driftyco/ionic", "development": {}, - "version": "0.9.09", + "version": "0.9.12", "styles": [ "dist/css/ionic.css" ], diff --git a/dist/css/ionic.css b/dist/css/ionic.css index 283baf7e50..9bebae7be4 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -3630,7 +3630,7 @@ button.item-button-right:after { .item-thumbnail-left { padding-left: 105px; min-height: 100px; } - .item-thumbnail-left img:first-child, .item-thumbnail-left .item-image { + .item-thumbnail-left > img:first-child, .item-thumbnail-left > .item-image { position: absolute; top: 10px; left: 10px; @@ -3641,7 +3641,7 @@ button.item-button-right:after { .item-thumbnail-right { padding-right: 105px; min-height: 100px; } - .item-thumbnail-right img:first-child, .item-thumbnail-right .item-image { + .item-thumbnail-right > img:first-child, .item-thumbnail-right > .item-image { position: absolute; top: 10px; right: 10px; @@ -5635,3 +5635,7 @@ a.button { margin-top: 20px; } .platform-ios7 .has-header { top: 64px; } +.platform-ios7 .bar-subheader { + top: 64px; } +.platform-ios7 .has-subheader { + top: 108px; }