From e8f3064ff821c0dfaed0bd847c0230fc97e8337b Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 5 Apr 2011 02:19:11 +0000 Subject: Fixes #3289 added inline-block to buttons git-svn-id: http://code.elgg.org/elgg/trunk@8944 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css/elements/buttons.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'views/default/css/elements') diff --git a/views/default/css/elements/buttons.php b/views/default/css/elements/buttons.php index a6fd2f794..6a2342942 100644 --- a/views/default/css/elements/buttons.php +++ b/views/default/css/elements/buttons.php @@ -18,7 +18,8 @@ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; - + + display: inline-block; width: auto; padding: 2px 4px; cursor: pointer; -- cgit v1.2.3