Bug 8139 - add margin to recent comments CSS to fix stuff with menus
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>
This commit is contained in:
parent
9f7186afd3
commit
31bec8507f
1 changed files with 1 additions and 0 deletions
|
@ -2168,6 +2168,7 @@ div.ft {
|
||||||
#recentcomments {
|
#recentcomments {
|
||||||
margin:auto;
|
margin:auto;
|
||||||
max-width:750px;
|
max-width:750px;
|
||||||
|
margin-left: 13.3207em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchresults .commentline {
|
.searchresults .commentline {
|
||||||
|
|
Loading…
Reference in a new issue