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

View File

@@ -2269,7 +2269,7 @@
padding-right: 99px; }
.ionic .toggle-item .toggle {
position: absolute;
top: 5px;
top: 7.5px;
right: 15px;
z-index: 3; }
.ionic .radio-buttton-list .list-item-content {

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; }

View File

@@ -79,7 +79,7 @@
/* position the toggle to the right within a list item */
.toggle-item .toggle {
position: absolute;
top: $list-item-padding / 3;
top: $list-item-padding / 2;
right: $list-item-padding;
z-index: 3;
}