Give copy table in search results some style user/bshum/copy_table_style
authorDan Scott <dscott@laurentian.ca>
Tue, 6 Mar 2012 21:33:24 +0000 (16:33 -0500)
committerBen Shum <bshum@biblio.org>
Tue, 6 Mar 2012 21:54:15 +0000 (16:54 -0500)
Bold text with grey background for headers, and some space above and
below.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/css/skin/default/opac/style.css

index 266ce24..10dacd9 100644 (file)
@@ -1396,3 +1396,13 @@ table.bookbag-specific {
     font-size: 75%; padding: 0.65em 0;
     text-align: right; color: #666;
 }
+table.result_holdings_table {
+    margin-top: 1em;
+    margin-bottom: 1em;
+}
+table.result_holdings_table thead tr {
+    background: #D8D8D8;
+}
+table.result_holdings_table thead tr th {
+    font-weight: bold;
+}