[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 8b2a2db2384eab017531e40f01871ceba6c5befe

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, rel_2_3 has been updated
       via  8b2a2db2384eab017531e40f01871ceba6c5befe (commit)
      from  dce0c479378fb7bbb9cd663ee4ab04c5cae8a404 (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 8b2a2db2384eab017531e40f01871ceba6c5befe
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