From 35785a7387a356b25246bb7e9ce9c878967a54fd Mon Sep 17 00:00:00 2001 From: hummypkg Date: Sun, 20 Nov 2016 15:52:20 +0000 Subject: [PATCH] remove padding override for buttons due to Jquery UI upgrade git-svn-id: file:///root/webif/svn/pkg/webif/trunk@3360 2a923420-c742-0410-a762-8d5b09965624 --- webif/html/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webif/html/css/style.css b/webif/html/css/style.css index 5ffb316..d1430d5 100644 --- a/webif/html/css/style.css +++ b/webif/html/css/style.css @@ -397,7 +397,7 @@ div.cut .ui-button, .ui-button-text { - padding: 0; + /*padding: 0;*/ font-size: 12px; }