From: Jason Etheridge Date: Thu, 10 May 2012 18:18:37 +0000 (-0400) Subject: increase the default width for the xul list line number column X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b6de97d55f67480e459b68473acc5ae84ec84f57;p=contrib%2FConifer.git 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 --- 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;