Skip to content

Commit

Permalink
Vertical centering for delete icons
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Jul 19, 2016
1 parent 8507866 commit 381c344
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/styling.css
Expand Up @@ -48,3 +48,13 @@ footer, div[data-role="footer"] {
#addButton {
display: none;
}

.ui-listview .ui-li-aside {
height: 100%;
top: 0;
}

.ui-listview .ui-btn-icon-notext {
display: inline-block;
vertical-align: middle;
}

0 comments on commit 381c344

Please sign in to comment.