From: senator Date: Tue, 10 May 2011 16:38:56 +0000 (-0400) Subject: Fix an ugly grey bar in the record detail page X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=commitdiff_plain;h=e99e1baddf113c3605ea58f127dadf711caf36e3 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 --- 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" %]