From: Dan Scott Date: Tue, 6 Mar 2012 21:33:24 +0000 (-0500) Subject: Give copy table in search results some style X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4c91d6afa10d4e0f45e11595e051eccfa6ba5b52;p=evergreen%2Ftadl.git 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 Signed-off-by: Ben Shum --- 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; +}