From 14a07e0a64f28918a9855fe2026c5090914bcc24 Mon Sep 17 00:00:00 2001 From: connors Date: Fri, 20 Dec 2013 12:43:54 -0800 Subject: [PATCH] refinements --- dist/android-theme.css | 9 --------- dist/ratchet.css | 7 ++++--- lib/sass/bars.scss | 4 ++-- lib/sass/buttons.scss | 3 ++- lib/sass/theme-android.scss | 15 --------------- 5 files changed, 8 insertions(+), 30 deletions(-) diff --git a/dist/android-theme.css b/dist/android-theme.css index e3101f5..5272fe5 100644 --- a/dist/android-theme.css +++ b/dist/android-theme.css @@ -24,15 +24,6 @@ background-color: #111111; border-bottom: 1px solid #565656; } -[class*="bar-"].bar-header-secondary { - top: 51px; -} -[class*="bar-"].bar-footer-secondary { - bottom: 51px; -} -[class*="bar-"].bar-footer-secondary-tab { - bottom: 71px; -} .bar-tab { height: 70px; diff --git a/dist/ratchet.css b/dist/ratchet.css index 8b5c195..5fefa23 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -304,10 +304,10 @@ strong { bottom: 0; } [class*="bar-"].bar-footer-secondary { - bottom: 45px; + bottom: 44px; } [class*="bar-"].bar-footer-secondary-tab { - bottom: 51px; + bottom: 50px; } .bar-nav { @@ -716,7 +716,8 @@ select { [class*="bar"] .button-block { padding: 7px 0; - margin-top: 1px; + margin-top: 4px; + margin-bottom: 5px; font-size: 16px; } diff --git a/lib/sass/bars.scss b/lib/sass/bars.scss index 48776fe..405178a 100644 --- a/lib/sass/bars.scss +++ b/lib/sass/bars.scss @@ -26,12 +26,12 @@ // Modifier class to dock any bar above a standard bar &.bar-footer-secondary { - bottom: $bar-base-height + 1; + bottom: $bar-base-height; } // Modifier class to dock any bar above a .bar-tab &.bar-footer-secondary-tab { - bottom: $bar-tab-height + 1; + bottom: $bar-tab-height; } } diff --git a/lib/sass/buttons.scss b/lib/sass/buttons.scss index 037b743..80b5e15 100644 --- a/lib/sass/buttons.scss +++ b/lib/sass/buttons.scss @@ -147,7 +147,8 @@ // Add proper padding [class*="bar"] .button-block { padding: 7px 0; - margin-top: 1px; + margin-top: 4px; + margin-bottom: 5px; font-size: 16px; // Scale down font size to fit in bar. } diff --git a/lib/sass/theme-android.scss b/lib/sass/theme-android.scss index b813e6a..4a74f63 100644 --- a/lib/sass/theme-android.scss +++ b/lib/sass/theme-android.scss @@ -50,21 +50,6 @@ $border-radius: 0; height: $bar-base-height; background-color: $chrome-color; border-bottom: $border-default; - - // Modifier class to dock any bar below .bar-nav - &.bar-header-secondary { - top: $bar-base-height + 1; - } - - // Modifier class to dock any bar above a standard bar - &.bar-footer-secondary { - bottom: $bar-base-height + 1; - } - - // Modifier class to dock any bar above a .bar-tab - &.bar-footer-secondary-tab { - bottom: $bar-tab-height + 1; - } } .bar-tab { height: $bar-tab-height;