Fix load more text centering

This commit is contained in:
Laurent Nguyen 2024-04-23 13:31:38 +02:00
parent a4f284dc17
commit b2c05fa784

View File

@ -2316,10 +2316,9 @@ td a:hover {
}
.loadMore {
display: block;
width: 100%;
padding-left: 30%;
padding-top: 2px;
cursor: pointer;
text-align: center;
}
.loadMore > a:focus {
@ -2372,7 +2371,7 @@ a:link {
overflow-y: scroll;
}
.tabs {
.t abs {
position: relative;
margin: 15px 0 25px 0;
display: table;