diff --git a/src/css/default/base.css b/src/css/default/base.css index 7c0a4f06..2459f562 100644 --- a/src/css/default/base.css +++ b/src/css/default/base.css @@ -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); + } }