* Changed default styling of the footer menu
* Add new placeholder menu for nested footer links
<visibleEverywhere>1</visibleEverywhere>
</box>
</menu>
+
+ <menu identifier="com.woltlab.wcf.FooterLinks">
+ <title language="de">Footer-Links</title>
+ <title language="en">Footer Links</title>
+
+ <box>
+ <position>footer</position>
+ <cssClassName>footerLinks</cssClassName>
+ <showHeader>0</showHeader>
+ <visibleEverywhere>1</visibleEverywhere>
+ </box>
+ </menu>
</import>
</data>
}
.boxMenu {
- display: flex;
- flex-wrap: wrap;
- margin-bottom: -20px;
+ display: inline-flex;
margin-left: -10px;
margin-right: -10px;
- .boxMenuLink {
- display: inline-block;
- }
-
> li {
- flex: 0 0 25%;
- margin-bottom: 20px;
+ flex: 0 0 auto;
padding-left: 10px;
padding-right: 10px;
+ }
+ }
+
+ .footerLinks {
+ .boxMenu {
+ display: flex;
+ flex-wrap: wrap;
+ margin-bottom: -20px;
- &.boxMenuHasChildren {
+ .boxMenuLink {
+ display: inline-block;
+ }
+
+ > li {
+ flex: 0 0 25%;
+ margin-bottom: 20px;
+
> .boxMenuLink {
@include wcfFontHeadline;