Augmentation vers version 3.3.0

This commit is contained in:
Gauvain Boiché
2020-03-31 15:31:03 +02:00
parent d926806907
commit a1864c0414
2618 changed files with 406015 additions and 31377 deletions

View File

@@ -33,4 +33,39 @@ body.force_rounded_avatars span.lastpostavatar img.avatar {
.viewtopic_wrapper .phpbb-ads-center {
padding: 15px;
}
}
span.forumlist_mods {
display: inline-block;
margin-top: 8px;
}
.forumlist_mods a {
display: inline-block !important;
margin-bottom: 5px;
border-radius: 15px;
background: rgba(0,0,0,.05);
padding: 5px 12px 5px 30px !important;
}
.forumlist_mods a:hover {
text-decoration: none !important;
background: rgba(0,0,0,.1);
}
.forumlist_mods a i {
margin-right: 5px;
margin-left: -23px;
padding: 5px 4px;
position: absolute;
font-size: 8px;
color: #FFFFFF !important;
border-radius: 50%;
background: rgba(0,0,0,0.2);
}
.forumlist_mods a i:before {
padding-right: 0px !important;
}