From: Michael Peters Date: Wed, 28 Nov 2012 17:45:02 +0000 (-0500) Subject: LP#1084161 KPAC: Added Content Tabs can be too wide X-Git-Tag: sprint4-merge-nov22~3624 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=527dd7fcb83a91dbfb69d1d0de080650e81ffcca;p=working%2FEvergreen.git 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 Signed-off-by: Ben Shum --- 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;