From 45c368cf4fd484d63645a3dd03f64fbf830dd179 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 10 May 2012 14:18:37 -0400 Subject: [PATCH] increase the default width for the xul list line number column Signed-off-by: Jason Etheridge Signed-off-by: Jason Stephenson Signed-off-by: Bill Erickson --- Open-ILS/xul/staff_client/server/skin/global.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index 9d7829b2a8..f8a6ad1543 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; -- 2.11.0