From e99e1baddf113c3605ea58f127dadf711caf36e3 Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 10 May 2011 12:38:56 -0400 Subject: [PATCH] Fix an ugly grey bar in the record detail page I have no idea what caused this or why this css adjustments fixes the problem --- Open-ILS/web/css/skin/default/opac/style.css | 2 ++ Open-ILS/web/templates/default/opac/record.tt2 | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index e903350..edae0eb 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -566,6 +566,8 @@ div.select-wrapper:hover { border-bottom: 1px solid black; } +.content-wrapper-record-page { top: -15px; position: relative; } + #main-content-home { width: 694px; margin: auto; padding-left: 17px; } #main-content { width: 974px; margin:auto; padding-left: 0px; } diff --git a/Open-ILS/web/templates/default/opac/record.tt2 b/Open-ILS/web/templates/default/opac/record.tt2 index ffe90f4..0149bf1 100644 --- a/Open-ILS/web/templates/default/opac/record.tt2 +++ b/Open-ILS/web/templates/default/opac/record.tt2 @@ -6,7 +6,7 @@ [% INCLUDE "default/opac/parts/printnav.tt2" %] [% INCLUDE "default/opac/parts/searchbar.tt2" %] -
+
[% INCLUDE "default/opac/parts/record/body.tt2" %]
-- 1.7.2.5