From 549f0945f6ca1168f304b11cf6d26e42f6ee1347 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 Signed-off-by: Chris Cormack --- 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 c10e08d826..ef232e0650 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -2108,6 +2108,7 @@ div.ft { #recentcomments { margin:auto; max-width:750px; + margin-left: 13.3207em; } .searchresults .commentline { -- 2.39.2