From fcd39be28bbfc79186bbc4d6ee34bfc8cdfdc6e7 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 20 Jun 2010 10:39:24 -0700 Subject: Specify a default margin for all buttons in the common css. Fixes ticket #1165. --- lib/gallery.common.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 63f1ee65..6c465ddb 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -454,6 +454,10 @@ ul.sf-menu li li li.sfHover ul { -moz-outline-style: none; } +button { + padding: 2px 4px 2px 4px; +} + /* jQuery UI ThemeRoller buttons ~~~~~~~~~ */ .g-buttonset { -- cgit v1.2.3