From dbecd3c8b551d88a81a4a0607a7967f9b87fc682 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 17 Oct 2017 13:32:49 +0200 Subject: [PATCH] Elastic: Fix padding for dialog buttons --- plugins/jqueryui/themes/elastic/jquery-ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/jqueryui/themes/elastic/jquery-ui.css b/plugins/jqueryui/themes/elastic/jquery-ui.css index f1500ef69..f6a447aba 100644 --- a/plugins/jqueryui/themes/elastic/jquery-ui.css +++ b/plugins/jqueryui/themes/elastic/jquery-ui.css @@ -481,7 +481,7 @@ button.ui-button::-moz-focus-inner { height: 4rem; } .ui-dialog .ui-dialog-buttonpane button { - margin: .75em 0 .75em .5em; + margin: .65rem 0 .65rem .5rem; } .ui-dialog .ui-resizable-n { height: 2px;