Bug 8139 - add margin to recent comments CSS to fix stuff with menus
authorRobin Sheat <robin@catalyst.net.nz>
Wed, 23 May 2012 05:24:21 +0000 (17:24 +1200)
committerPaul Poulain <paul.poulain@biblibre.com>
Sun, 10 Jun 2012 10:42:15 +0000 (12:42 +0200)
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Simple CSS change, fixes the problem with left navigation
overlapping list of recent comments on small screens in OPAC.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/opac-tmpl/prog/en/css/opac.css

index ea538aa..5612ef2 100644 (file)
@@ -2168,6 +2168,7 @@ div.ft {
 #recentcomments {
        margin:auto;
        max-width:750px;
+    margin-left: 13.3207em;
 }
 
 .searchresults .commentline {