Fix an ugly grey bar in the record detail page
authorsenator <lebbeous@esilibrary.com>
Tue, 10 May 2011 16:38:56 +0000 (12:38 -0400)
committersenator <lebbeous@esilibrary.com>
Tue, 10 May 2011 16:38:56 +0000 (12:38 -0400)
I have no idea what caused this or why this css adjustments fixes the
problem

Open-ILS/web/css/skin/default/opac/style.css
Open-ILS/web/templates/default/opac/record.tt2

index e903350..edae0eb 100644 (file)
@@ -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; }
 
index ffe90f4..0149bf1 100644 (file)
@@ -6,7 +6,7 @@
         [% INCLUDE "default/opac/parts/printnav.tt2" %]
         [% INCLUDE "default/opac/parts/searchbar.tt2" %]
     </div>
-    <div id="content-wrapper">
+    <div id="content-wrapper" class="content-wrapper-record-page">
         <div id="main-content">
             [% INCLUDE "default/opac/parts/record/body.tt2" %]
             <div class="common-full-pad"></div>