[open-ils-commits] [GIT] Evergreen ILS branch master updated. b6de97d55f67480e459b68473acc5ae84ec84f57
Evergreen Git
git at git.evergreen-ils.org
Mon Jul 16 17:22:21 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, master has been updated
via b6de97d55f67480e459b68473acc5ae84ec84f57 (commit)
from 9a9d1efd7f7166bab1f8653c13d4ce42127c835a (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 b6de97d55f67480e459b68473acc5ae84ec84f57
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