From acf5586939453409e73c318b09203c6839d1dc0c Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 27 Feb 2013 14:29:32 +0100 Subject: [PATCH] Tab-Widget-Header: etwas weniger Padding (Stylesheet "lx-office-erp") --- css/lx-office-erp/jquery-ui.custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/lx-office-erp/jquery-ui.custom.css b/css/lx-office-erp/jquery-ui.custom.css index c9559f21f..5df9b6387 100644 --- a/css/lx-office-erp/jquery-ui.custom.css +++ b/css/lx-office-erp/jquery-ui.custom.css @@ -26,7 +26,6 @@ border: 0; color: #000000; margin: 0; - padding: .2em .2em 0; } .tabwidget ul::after { @@ -89,3 +88,5 @@ color: #000000; text-decoration: underline; } + +.ui-tabs .ui-tabs-nav li a { padding: .2em .7em; } -- 2.20.1