From ce9e9cd678449ee4ad1e256547d763151c6d76c2 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Wed, 28 Nov 2012 12:45:02 -0500 Subject: [PATCH] LP#1084161 KPAC: Added Content Tabs can be too wide In cases where LOTS of added content might be available, the record summary is not wide enough to fit all of the tabs. This decreases their padding width to fit them comfortably. Signed-off-by: Michael Peters --- Open-ILS/web/css/skin/default/kpac/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/css/skin/default/kpac/style.css b/Open-ILS/web/css/skin/default/kpac/style.css index f937fa21e2..9e433e8131 100755 --- a/Open-ILS/web/css/skin/default/kpac/style.css +++ b/Open-ILS/web/css/skin/default/kpac/style.css @@ -623,7 +623,7 @@ input[type=text], input[type=password], textarea { .item_detail_extras_tabs a { display:block; float:left; - padding:14px 35px; + padding:14px 27px; background:#b53ea6; color:white; font-size:14px; -- 2.11.0