From 4c43847bdff20ad834a84484073e7320ce03e4a0 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 30 Jan 2011 12:52:26 +0100 Subject: [PATCH] fixed ui tab width --- htdocs/frontend/stylesheets/jquery.ui.custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/frontend/stylesheets/jquery.ui.custom.css b/htdocs/frontend/stylesheets/jquery.ui.custom.css index 8350839..6496b84 100644 --- a/htdocs/frontend/stylesheets/jquery.ui.custom.css +++ b/htdocs/frontend/stylesheets/jquery.ui.custom.css @@ -17,5 +17,5 @@ input.ui-button { } .ui-tabs .ui-tabs-nav li a { - padding: 0.1em 0.7em; + padding: 0.1em 0.5em; }