From d8d0c39dcccd27217a75e019f4acbfa0ca0447e4 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sat, 31 Aug 2013 18:55:02 -0500 Subject: [PATCH] Bar button twaks --- dist/ionic.css | 3 ++- example/panel_controller.html | 11 +++++++---- scss/ionic/structure/_bar.scss | 3 ++- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/dist/ionic.css b/dist/ionic.css index 70ec46d682..d55679e7d8 100644 --- a/dist/ionic.css +++ b/dist/ionic.css @@ -116,7 +116,8 @@ main > * { padding: 8px; line-height: 6px; } .buttons .button { - line-height: 6px; } + padding: 6px 12px; + line-height: 14px; } .buttons:first-child { left: 0; diff --git a/example/panel_controller.html b/example/panel_controller.html index ff98328589..4ebc37dc22 100644 --- a/example/panel_controller.html +++ b/example/panel_controller.html @@ -3,9 +3,8 @@ Panels - - + @@ -15,11 +14,15 @@

Panels

- +
diff --git a/scss/ionic/structure/_bar.scss b/scss/ionic/structure/_bar.scss index 41fc59d3e7..3942385382 100644 --- a/scss/ionic/structure/_bar.scss +++ b/scss/ionic/structure/_bar.scss @@ -61,7 +61,8 @@ .button { - line-height: 6px; + padding: 6px 12px; + line-height: 14px; } } .buttons:first-child {