From 42f6732acf6f6976302e9fb61b5ab27cceab26d2 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 --- 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