base.css: Improve responsive view of LSobject list footer

This commit is contained in:
Benjamin Renard 2020-06-04 17:12:37 +02:00
parent c6dcc95b51
commit 8add94d54f

View file

@ -537,4 +537,18 @@ input[type='submit'].LSview_search {
float: none;
margin-bottom: 0.5rem;
}
p.LSobject-list-page {
clear: both;
}
#LSobject_list_nbresult, p.LSobject-list-nb-by-page {
margin: 1vw;
height: 1rem;
}
p.LSobject-list-nb-by-page {
float: left;
margin-top: calc(-1rem - 1vw);
}
}