diff --git a/sass/theme-android.scss b/sass/theme-android.scss index 1d2b8b3..76afddd 100644 --- a/sass/theme-android.scss +++ b/sass/theme-android.scss @@ -455,6 +455,23 @@ a { } } +// Table-views with buttons, badges and toggles +// -------------------------------------------------- +.table-view-cell, +.table-view-cell > a { + // Android has no cheverons so don't bump the buttons, badges, or toggles over. + .navigate-left, + .navigate-right, + .push-left, + .push-right { + > .btn, + > .badge, + > .toggle { + right: 15px; + } + } +} + // Forms // --------------------------------------------------