fix android .bar-header

This commit is contained in:
Tim Lancina
2014-01-18 21:07:13 -06:00
parent f5872115f9
commit 1385e7c9e9
2 changed files with 6 additions and 2 deletions

3
dist/css/ionic.css vendored
View File

@@ -6546,7 +6546,8 @@ a.button {
.platform-ios7.status-bar-hide {
margin-bottom: 20px; }
.platform-android .bar-header,
.platform-android .bar-header {
height: 48px; }
.platform-android .has-header,
.platform-android .bar-subheader {
top: 48px; }

View File

@@ -39,7 +39,10 @@
.platform-android {
.bar-header,
.bar-header {
height: 48px;
}
.has-header,
.bar-subheader {
top: 48px;