Fixed #15 - title z-index blocking buttons

This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Max Lynch
2013-09-10 11:08:22 -05:00
gitea-unlock(16/)
parent cbed88d5e7
commit 8faf9064f9
octicon-diff(16/tw-mr-1) 2 changed files with 5 additions and 1 deletions

3
dist/ionic.css vendored
View File

@@ -470,7 +470,8 @@ a {
background-color: transparent;
line-height: 23px;
font-size: 12px;
padding: 4px 12px; }
padding: 4px 12px;
z-index: 1; }
.bar .button-bar {
line-height: 18px; }
.bar .button-bar + .button, .bar .button + .button-bar {

3
scss/ionic/structure/_bar.scss
View File

@@ -53,6 +53,9 @@
line-height: $bar-button-line-height;
font-size: 12px;
padding: 4px 12px;
// Rise the button above the title
z-index: 1;
}
.button-bar {