zikula-modules / DizkusModule

Official repository for Dizkus, a fully integrated forum solution for Zikula 1.4+
21 stars 7 forks source link

navbar needs spacing at http://zk136/index.php?module=forums&type=user&func=prefs #208

Closed cmfcmf closed 11 years ago

cmfcmf commented 11 years ago

image

phaidon commented 11 years ago

Maybe we should solve this in core for bc.

craigh commented 11 years ago

Maybe we should solve this in core for bc.

yes, it probably should be solved there.

but this navbar will be replaced eventually.

craigh commented 11 years ago

this is likely already solved for BC in the core. This uses the same {modulelinks} template plugin as the core modules. The problem is that Dizkus is "globally" overriding list styles with

#dizkus dl,
#dizkus dt,
#dizkus dd,
#dizkus ul,
#dizkus ul li {
    background:none;
    border:none;
    margin:0;
    padding:0;
    list-style: none;
}

and this causes the menu to look wrong.

craigh commented 11 years ago

if I comment out that markup in the style.css file in Dizkus, then it looks correct:

shot