nanterre: adjust position of search results in backoffice search (#49710)

This commit is contained in:
Frédéric Péters 2020-12-23 10:39:56 +01:00
parent 362c8017f2
commit cb3a8f8762
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
div.searchcell.rsu-child div.combo-search-results,
div.searchcell.rsu-spoose div.combo-search-results {
position: absolute;
top: 45px;
left: 0px;
top: 100px;
left: 1rem;
background: white;
width: calc(100% - 25rem - 1px);
width: calc(100% - 26rem - 1px);
box-sizing: border-box;
padding-left: 1em;
padding-right: 1em;