[open-ils-commits] r12555 - trunk/Open-ILS/web/css/skin/default (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Mar 16 23:13:13 EDT 2009


Author: erickson
Date: 2009-03-16 23:13:11 -0400 (Mon, 16 Mar 2009)
New Revision: 12555

Modified:
   trunk/Open-ILS/web/css/skin/default/acq.css
Log:
some lineitem table style

Modified: trunk/Open-ILS/web/css/skin/default/acq.css
===================================================================
--- trunk/Open-ILS/web/css/skin/default/acq.css	2009-03-17 03:12:48 UTC (rev 12554)
+++ trunk/Open-ILS/web/css/skin/default/acq.css	2009-03-17 03:13:11 UTC (rev 12555)
@@ -92,6 +92,9 @@
 #oils-acq-lineitem-marc-block { margin-top: 10px; padding: 6px; }
 
 
-#oila-acq-picklist-result-table {width:100%}
-#oila-acq-picklist-result-table th {padding:5px; font-weight: bold; border-bottom:1px solid #888;}
-#oila-acq-picklist-result-table td {padding:5px; border-bottom:1px solid #888; height:3em;}
+#acq-lit-table {width:100%}
+#acq-lit-table th {padding:5px; font-weight: bold;}
+#acq-lit-table td {padding:2px;}
+.acq-lit-row { border-bottom: 1px solid #AAA; }
+.acq-lit-alt-row td:first-child { width:30px; }
+



More information about the open-ils-commits mailing list