[open-ils-commits] [GIT] Evergreen ILS branch master updated. 4c91d6afa10d4e0f45e11595e051eccfa6ba5b52

Evergreen Git git at git.evergreen-ils.org
Tue Mar 6 17:15:21 EST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  4c91d6afa10d4e0f45e11595e051eccfa6ba5b52 (commit)
      from  a0d07c885904e2e42850dae93691e22921176f23 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4c91d6afa10d4e0f45e11595e051eccfa6ba5b52
Author: Dan Scott <dscott at laurentian.ca>
Date:   Tue Mar 6 16:33:24 2012 -0500

    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 <dscott at laurentian.ca>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css
index 266ce24..10dacd9 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;
+}

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/css/skin/default/opac/style.css |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list