mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Some bootstrap5 css margins added. Partial Voux style fix on menus.
This commit is contained in:
@@ -531,6 +531,7 @@ img.news-image-1 { margin-bottom:15px }
|
||||
|
||||
.menu span.badge { float:right}
|
||||
.menu ul { padding-left:15px; margin-left:15px }
|
||||
.menu ul.list-group, .menu ul.media-list { padding-left:0; margin-left:0 }
|
||||
.menu ul li { padding-bottom:8px }
|
||||
.menu ul.list-unstyled { padding-left:0}
|
||||
|
||||
|
@@ -416,4 +416,59 @@ div.e-debug .btn { display: inline-block; margin-bottom: 0; font-
|
||||
/* Bootstrap 5 Shims */
|
||||
.pagination { display: flex !important; }
|
||||
.justify-content-between { justify-content: space-between !important; }
|
||||
.page-link.disabled { pointer-events: none; opacity: 0.5; color: #959595; }
|
||||
.page-link.disabled { pointer-events: none; opacity: 0.5; color: #959595; }
|
||||
.news-view-pagination > li { padding-left: 0; padding-right: 0; }
|
||||
.news-view-pagination > li > a { float:none; display:inline-block }
|
||||
|
||||
.mx-0 {
|
||||
margin-right:0!important;
|
||||
margin-left:0!important
|
||||
}
|
||||
.mx-1 {
|
||||
margin-right:.25rem!important;
|
||||
margin-left:.25rem!important
|
||||
}
|
||||
.mx-2 {
|
||||
margin-right:.5rem!important;
|
||||
margin-left:.5rem!important
|
||||
}
|
||||
.mx-3 {
|
||||
margin-right:1rem!important;
|
||||
margin-left:1rem!important
|
||||
}
|
||||
.mx-4 {
|
||||
margin-right:1.5rem!important;
|
||||
margin-left:1.5rem!important
|
||||
}
|
||||
.mx-5 {
|
||||
margin-right:3rem!important;
|
||||
margin-left:3rem!important
|
||||
}
|
||||
.mx-auto {
|
||||
margin-right:auto!important;
|
||||
margin-left:auto!important
|
||||
}
|
||||
.my-0 {
|
||||
margin-top:0!important;
|
||||
margin-bottom:0!important
|
||||
}
|
||||
.my-1 {
|
||||
margin-top:.25rem!important;
|
||||
margin-bottom:.25rem!important
|
||||
}
|
||||
.my-2 {
|
||||
margin-top:.5rem!important;
|
||||
margin-bottom:.5rem!important
|
||||
}
|
||||
.my-3 {
|
||||
margin-top:1rem!important;
|
||||
margin-bottom:1rem!important
|
||||
}
|
||||
.my-4 {
|
||||
margin-top:1.5rem!important;
|
||||
margin-bottom:1.5rem!important
|
||||
}
|
||||
.my-5 {
|
||||
margin-top:3rem!important;
|
||||
margin-bottom:3rem!important
|
||||
}
|
Reference in New Issue
Block a user