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-03-03 19:51:34 +0400
committerconnors <connor.sears@github.com>2014-03-03 19:51:34 +0400
commit2cc5013c6fe49b707798efe460291f5a51b460d8 (patch)
tree97a65c27b2599a9a648b4700bc72329b438d0682 /sass/theme-android.scss
parent6f0b519aa305948f890b6f7077c91a07a8f02e40 (diff)
fix padding for android tab bar
Diffstat (limited to 'sass/theme-android.scss')
-rw-r--r--sass/theme-android.scss14
1 files changed, 10 insertions, 4 deletions
diff --git a/sass/theme-android.scss b/sass/theme-android.scss
index 623a75b..689c87b 100644
--- a/sass/theme-android.scss
+++ b/sass/theme-android.scss
@@ -66,13 +66,19 @@ a {
.bar-nav ~ .content {
padding-top: $bar-base-height;
}
-.bar-tab ~ .content {
- padding-bottom: $bar-tab-height;
-}
.bar-header-secondary ~ .content {
padding-top: $bar-base-height*2;
}
-
+.bar-tab ~ .content {
+ padding-top: $bar-tab-height;
+ padding-bottom: 0;
+}
+.bar-footer ~ .content {
+ padding-bottom: $bar-base-height;
+}
+.bar-footer-secondary ~ .content {
+ padding-bottom: ($bar-base-height*2);
+}
// Buttons
// --------------------------------------------------