From 3058a5fb47a7e55f344fa42f50dbe3c499717618 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Mon, 11 Oct 2010 16:23:34 -0400 Subject: [PATCH] adjusted classes for buttons in footer, bar --- css/jquery.mobile.button.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/jquery.mobile.button.css b/css/jquery.mobile.button.css index d17b6d8f..bc8e811d 100644 --- a/css/jquery.mobile.button.css +++ b/css/jquery.mobile.button.css @@ -4,7 +4,7 @@ * Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses. */ .ui-btn { display: block; text-align: center; cursor:pointer; position: relative; margin: .5em 5px; padding: 0; } -.ui-header .ui-btn, .ui-bar .ui-btn { display: inline-block; font-size: 13px; margin: 0; } +.ui-header .ui-btn, .ui-footer .ui-btn, .ui-bar .ui-btn { display: inline-block; font-size: 13px; margin: 0; } .ui-btn-inline { display: inline-block; } .ui-btn-inner { padding: .6em 25px; display: block; height: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .ui-btn-text { }