From 0c412bed766a5f57ddbfad8ddccd57f24b504621 Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Wed, 11 Apr 2012 14:58:26 -0400 Subject: [PATCH] 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 Signed-off-by: Dan Scott --- 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(-) diff --git a/Open-ILS/src/templates/opac/parts/record/body.tt2 b/Open-ILS/src/templates/opac/parts/record/body.tt2 index 0571a72af4..577f7f919f 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 %] -
[% 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 b5d4387d78..0a33df78f1 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; } -- 2.11.0