[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0c412bed766a5f57ddbfad8ddccd57f24b504621

Evergreen Git git at git.evergreen-ils.org
Wed Apr 11 19:37:40 EDT 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  0c412bed766a5f57ddbfad8ddccd57f24b504621 (commit)
      from  17b8f4abb1d922522ffadc440f4b6e3660718874 (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 0c412bed766a5f57ddbfad8ddccd57f24b504621
Author: Thomas Berezansky <tsbere at mvlc.org>
Date:   Wed Apr 11 14:58:26 2012 -0400

    Nicer staff searches display in record details
    
    Specifically, don't make us scroll down a few hundred pixels to see the
    actual page content.
    
    Signed-off-by: Thomas Berezansky <tsbere at mvlc.org>
    Signed-off-by: Dan Scott <dan at coffeecode.net>

diff --git a/Open-ILS/src/templates/opac/parts/record/body.tt2 b/Open-ILS/src/templates/opac/parts/record/body.tt2
index 0571a72..577f7f9 100644
--- a/Open-ILS/src/templates/opac/parts/record/body.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/body.tt2
@@ -40,7 +40,6 @@
             [% END %]
 
         </div>
-        <div class="clear-both"></div>
     </div>
     [% END %]
     [%- IF ctx.bib_is_dead %]
diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css
index b5d4387..0a33df7 100644
--- a/Open-ILS/web/css/skin/default/opac/style.css
+++ b/Open-ILS/web/css/skin/default/opac/style.css
@@ -388,6 +388,7 @@ div.rdetail_show_copies {
 
 div#rdetail_actions_div {
     float: right;
+    background: white;
 }
 
 span#rdetail_copy_counts {
@@ -630,12 +631,11 @@ div.format_icon {
 }
 
 #main-content-after-bar {
-	float: left;
 	margin-left: 1em;
 	padding-left: 4px;
 }
 
-#results-side-bar { float: left; width: 174px;  height: 500px; /* XXX to height of container*/  }
+#results-side-bar { float: left; width: 174px; margin-right: 5px; background: white; }
 
 #main-content .login_boxes {
 	border: 1px solid #dedede;
@@ -1376,7 +1376,7 @@ table.bookbag-specific {
 .saved-searches-header .button { float: right; width: 28px; }
 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
 .saved-searches-header {font-weight: bold; font-size: 120%; }
-.saved-searches { border-bottom: 1px solid #666; }
+.saved-searches { border-bottom: 1px solid #666; padding-right: 1em; }
 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
     border-right: 1px solid #333;
 }

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

Summary of changes:
 Open-ILS/src/templates/opac/parts/record/body.tt2 |    1 -
 Open-ILS/web/css/skin/default/opac/style.css      |    6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list