Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnors <connor.sears@github.com>2014-04-01 05:17:10 +0400
committerconnors <connor.sears@github.com>2014-04-01 05:17:10 +0400
commit65723397d9d59df67302ab85d4a9199c8e5d42a5 (patch)
tree4de2ffb9c8542b29795582ffbce59ead66966576 /sass/theme-android.scss
parentd1b1ff57aaca066045e6f80e428f4b5d21481a4f (diff)
don't make room for cheverons
Diffstat (limited to 'sass/theme-android.scss')
-rw-r--r--sass/theme-android.scss17
1 files changed, 17 insertions, 0 deletions
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
// --------------------------------------------------