mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-19 06:53:53 +01:00
base.css: Improve responsive view of LSobject list footer
This commit is contained in:
parent
c6dcc95b51
commit
8add94d54f
1 changed files with 14 additions and 0 deletions
|
@ -537,4 +537,18 @@ input[type='submit'].LSview_search {
|
||||||
float: none;
|
float: none;
|
||||||
margin-bottom: 0.5rem;
|
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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue