From 488fff81ac5569e2c3cd3a0796d3d5a032d59961 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 6 Mar 2012 16:33:24 -0500 Subject: [PATCH] Give copy table in search results some style Bold text with grey background for headers, and some space above and below. Signed-off-by: Dan Scott --- Open-ILS/web/css/skin/default/opac/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 266ce2419e..10dacd9a89 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -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; +} -- 2.11.0