Box flex mixings and fix for tab item siz

This commit is contained in:
Max Lynch
2013-08-31 18:32:41 -05:00
parent d0bccbf9f5
commit d7aa9ba51e
4 changed files with 45 additions and 24 deletions

7
dist/ionic.css vendored
View File

@@ -1099,16 +1099,19 @@ a.list-item {
display: box;
height: 100%;
list-style: none;
box-orient: horizontal;
-webkit-box-orient: horizontal;
box-orient: horizontal; }
-moz-box-orient: horizontal; }
/* Navigational tab */
.tab-item {
height: 100%;
text-align: center;
box-sizing: border-box;
box-flex: 1;
-webkit-box-flex: 1;
box-flex: 1; }
-moz-box-flex: 1;
width: 0; }
.tab-item a {
text-decoration: none;
display: block;