[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 45c368cf4fd484d63645a3dd03f64fbf830dd179

Evergreen Git git at git.evergreen-ils.org
Mon Jul 16 17:22:50 EDT 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_2 has been updated
       via  45c368cf4fd484d63645a3dd03f64fbf830dd179 (commit)
      from  c351d9595c67a0bf8637e2be425c7c6562378379 (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 45c368cf4fd484d63645a3dd03f64fbf830dd179
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Thu May 10 14:18:37 2012 -0400

    increase the default width for the xul list line number column
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css
index 9d7829b..f8a6ad1 100644
--- a/Open-ILS/xul/staff_client/server/skin/global.css
+++ b/Open-ILS/xul/staff_client/server/skin/global.css
@@ -28,6 +28,9 @@ treechildren::-moz-tree-column(ordinal) {
 treechildren::-moz-tree-cell-text(ordinal) {
     font-weight: bold ! important;
 }
+
+#lineno { min-width: 3em ! important; }
+
 /*
 treechildren::-moz-tree-cell-text(selected,focus) {
     color: black;

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

Summary of changes:
 Open-ILS/xul/staff_client/server/skin/global.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list