From 54f2b662ef1d048d406b1f179369d5779ea50d26 Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Sat, 10 May 2014 17:32:28 -0400 Subject: [PATCH 1/2] Aligns multiple header buttons correctly (4.4) --- scss/_bar.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scss/_bar.scss b/scss/_bar.scss index ebeda66aac..767714cad1 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -192,7 +192,13 @@ .button + .button-bar { margin-left: 5px; } - + + // Android 4.4 messes with the display property + .buttons, + .buttons .left-buttons, + .buttons .right-buttons { + display: inherit; + } // Place the last button in a bar on the right of the bar .title + .button:last-child, > .button + .button:last-child, From 95de4d332a832fe75b8812ff7a1e64b2bcfcab5b Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Sat, 10 May 2014 17:38:25 -0400 Subject: [PATCH 2/2] Update _bar.scss --- scss/_bar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_bar.scss b/scss/_bar.scss index 767714cad1..235df71d38 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -195,8 +195,8 @@ // Android 4.4 messes with the display property .buttons, - .buttons .left-buttons, - .buttons .right-buttons { + .buttons.left-buttons, + .buttons.right-buttons { display: inherit; } // Place the last button in a bar on the right of the bar