N°1386 - Advanced Search: Navigation in list - Browse this list

This commit is contained in:
acognet
2023-05-10 10:06:03 +02:00
parent 4695511b46
commit d4e64bc479
19 changed files with 394 additions and 109 deletions

View File

@@ -0,0 +1,29 @@
/*
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
.ibo-navigation {
position: relative;
.ibo-navigation-form {
display: flex;
position: absolute;
z-index: 3;
left: 50%;
transform: translate(-50%, 0);
.ibo-form-navigation--total {
text-align: center;
margin-left: 10px;
margin-right: 10px;
}
.ibo-form-navigation--nav {
margin-left: 5px;
margin-right: 10px;
padding-top: 3px;
}
}
}