From a8ed713e60f8f063bad5f077a39d28fec4c76693 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 31 Jan 2008 13:43:21 -0600 Subject: [PATCH] Minor style tweak to lists menu; Trying to show public lists to non-logged-in users. Calling for help from atz. Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 5 +++-- koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 14 ++++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index cb9e889916..253cf9cff9 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -1058,9 +1058,9 @@ div.message { font-weight : normal; } #opac-main-search #listsmenu h4 { - font-size : 100%; + font-size : 90%; font-weight : bold; - margin : 0 .3em; + margin : 0 .2em; } #opac-main-search #listsmenu .bd { @@ -1082,6 +1082,7 @@ div.message { #opac-main-search #listsmenu ul { border-color : #b8d0e6; + m } #container { diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc index d4f3f0932d..25086a65a2 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc @@ -72,14 +72,24 @@
-

Your Lists

+

Public Lists

+ +

Your Lists

+ +
    + +
  • ">
  • + +
+ + -- 2.39.2