From 31bec8507f48943b251d352a399521835d91480d Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Wed, 23 May 2012 17:24:21 +1200 Subject: [PATCH] Bug 8139 - add margin to recent comments CSS to fix stuff with menus Signed-off-by: Katrin Fischer Simple CSS change, fixes the problem with left navigation overlapping list of recent comments on small screens in OPAC. Signed-off-by: Paul Poulain --- koha-tmpl/opac-tmpl/prog/en/css/opac.css | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index ea538aa87d..5612ef297c 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -2168,6 +2168,7 @@ div.ft { #recentcomments { margin:auto; max-width:750px; + margin-left: 13.3207em; } .searchresults .commentline { -- 2.20.1