[open-ils-commits] [GIT] Evergreen ILS branch master updated. 527dd7fcb83a91dbfb69d1d0de080650e81ffcca

Evergreen Git git at git.evergreen-ils.org
Mon Dec 17 23:04:18 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  527dd7fcb83a91dbfb69d1d0de080650e81ffcca (commit)
      from  c6ed8a8c91a23452ac9bb99a271cd31ef1b175ba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 527dd7fcb83a91dbfb69d1d0de080650e81ffcca
Author: Michael Peters <mrpeters at library.in.gov>
Date:   Wed Nov 28 12:45:02 2012 -0500

    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 <mrpeters at library.in.gov>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/web/css/skin/default/kpac/style.css b/Open-ILS/web/css/skin/default/kpac/style.css
index f937fa2..9e433e8 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;

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/css/skin/default/kpac/style.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list