pager /ressources
This commit is contained in:
+9
-2
@@ -3416,8 +3416,15 @@ html.js body.node-type-operation.node-id-7 div.dialog-off-canvas-main-canvas div
|
|||||||
order: 6;
|
order: 6;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.page-ressources .view-ressources .pagination {
|
.page-ressources .view-ressources .pager {
|
||||||
width: 100%;
|
flex: 0 1 100%;
|
||||||
|
}
|
||||||
|
.page-ressources .view-ressources .pager ul {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
.page-ressources .view-ressources .pager ul li {
|
||||||
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-type-ressource {
|
.node-type-ressource {
|
||||||
|
|||||||
@@ -212,8 +212,18 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.pagination{
|
// .pagination{
|
||||||
width: 100%;
|
// width: 100%;
|
||||||
|
// }
|
||||||
|
.pager{
|
||||||
|
flex: 0 1 100%;
|
||||||
|
ul{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
li {
|
||||||
|
margin-right: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user