@@ -, +, @@ in CCSR pages (e.g., main page, user page, search results, bib details) in your web browser. tabs. Comparing the pre- and post- version of each page to verify that the placement the top bar. --- koha-tmpl/opac-tmpl/ccsr/en/css/colors.css | 1 - koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 4 ++ koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc | 76 -------------------- .../opac-tmpl/ccsr/en/includes/opac-bottom.inc | 7 ++ koha-tmpl/opac-tmpl/ccsr/en/includes/top-bar.inc | 73 +++++++++++++++++++ 5 files changed, 84 insertions(+), 77 deletions(-) create mode 100644 koha-tmpl/opac-tmpl/ccsr/en/includes/top-bar.inc --- a/koha-tmpl/opac-tmpl/ccsr/en/css/colors.css +++ a/koha-tmpl/opac-tmpl/ccsr/en/css/colors.css @@ -60,7 +60,6 @@ a:hover { background: none; border: none; display: table; - margin: 40px 0 0 !important; padding: 0.7em 0 0 0.5em; width: 100%; } --- a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css +++ a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css @@ -1,6 +1,10 @@ @import url("../../../lib/yui/reset-fonts-grids.css"); @import url("../../../lib/yui/skin.css"); +#doc3 { + padding-top: 35px; +} + a { font-weight : bold; } --- a/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc +++ a/koha-tmpl/opac-tmpl/ccsr/en/includes/masthead.inc @@ -1,79 +1,5 @@
-
- - -
- [% IF ( opacuserlogin ) %] - - [% END %] -
- -
- -
-
[% IF ( opacheader ) %] [% opacheader %] @@ -211,7 +137,6 @@ -[% IF ( opacbookbag ) %][% END %]
@@ -259,7 +184,6 @@ -[% IF ( opacbookbag ) %][% END %]
--- a/koha-tmpl/opac-tmpl/ccsr/en/includes/opac-bottom.inc +++ a/koha-tmpl/opac-tmpl/ccsr/en/includes/opac-bottom.inc @@ -13,6 +13,13 @@
+[%# Sticking the div for the top bar here; since the + top bar is positioned absolutely in this theme, it + it makes the positioning of the rest of the elements + easier to keep it out of the doc3 div. +%] +[% INCLUDE 'top-bar.inc' %] +