https://bugzilla.wikimedia.org/show_bug.cgi?id=19567
Ryan Kaldari <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Ryan Kaldari <[email protected]> 2010-06-22 01:24:28 UTC --- The essential problem here is that there is no consistent way of determining if any content is actually being shown by the centralNotice or not. toggleNotice() switches the centralNotice div to have a class of either "expanded" or "collapsed", but collapsed can mean "hidden completely" or "collapsed to a smaller size notice" depending on how things are defined in the banner/template itself. In one case, we want a margin-bottom; in the other case, we don't. Is the best solution to always leave the margin-setting to the banner/template builder and remove it from the skin and extension css (as has been done with the local hack above)? The down side of this is that it means that you can't just create a simple centralNotice banner with no custom CSS and expect it to look right on the site. Is there a better solution? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
