From b59a2c96db5a9ce940acc64601c67a1d4f323c59 Mon Sep 17 00:00:00 2001 From: Morgan Jones Date: Thu, 9 May 2013 11:41:16 -0600 Subject: [PATCH] * Reduce padding for dialog buttons --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 800580ba..ad1df7f8 100644 --- a/style.css +++ b/style.css @@ -775,7 +775,7 @@ h3 { } .ui-dialog-titlebar-button-collapse-expanded { - + /* For future changes */ } .ui-dialog-titlebar-button-collapse-collapsed { @@ -795,7 +795,7 @@ h3 { } .ui-dialog-buttonpane { - padding: 12px; + padding: 6px; border-top: 1px solid #20A8B1; }