nanterre: adjust position of search results in backoffice search (#49710)
gitea-wip/publik-base-theme/pipeline/head There was a failure building this commit Details
gitea/publik-base-theme/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Frédéric Péters 2020-12-23 10:39:56 +01:00 committed by Serghei Mihai
parent 0823add1cf
commit dc0d336fd8
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;