repair selector column width (move to width attr) to free up space in queue display
authorberick <berick@esilibrary.com>
Tue, 24 May 2011 13:16:10 +0000 (09:16 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 6 Jul 2011 18:50:54 +0000 (14:50 -0400)
Open-ILS/web/templates/default/vandelay/inc/queue.tt2

index 783ffa5..466ee4f 100644 (file)
                     field='+row_selector'
                     get='vlQueueGridDrawSelectBox'
                     formatter='vlQueueGridFormatSelectBox'
-                    styles='text-align: center;width:30px;'
+                    width='16'
+                    styles='text-align: center;'
                     nonSelectable='true'>
                         <input id="vl-queue-grid-row-selector" type="checkbox" onclick="vlToggleQueueGridSelect();"></input>
                 </th>