toggle vertical alignment

This commit is contained in:
Adam Bradley
2013-10-22 09:21:54 -05:00
parent dbb30e0e4c
commit bbb8abd224
3 changed files with 3 additions and 3 deletions

2
dist/css/ionic.css vendored
View File

@@ -2786,7 +2786,7 @@ input[type="checkbox"][readonly] {
/* position the toggle to the right within a list item */
.toggle-item .toggle {
position: absolute;
top: 5px;
top: 7.5px;
right: 15px;
z-index: 3; }