increase the default width for the xul list line number column
authorJason Etheridge <jason@esilibrary.com>
Thu, 10 May 2012 18:18:37 +0000 (14:18 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 16 Jul 2012 21:19:47 +0000 (17:19 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/xul/staff_client/server/skin/global.css

index 9d7829b..f8a6ad1 100644 (file)
@@ -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;