Index: skins/toucan/src/main/resources/toucan/toucan.css =================================================================== --- skins/toucan/src/main/resources/toucan/toucan.css (revision 18279) +++ skins/toucan/src/main/resources/toucan/toucan.css (working copy) @@ -178,6 +178,7 @@ } h1 span, h2 span, h3 span, h4 span { + overflow:hidden; display: block; position: relative; color: #000; @@ -244,6 +245,11 @@ line-height: 1.1em; } +h1, h2, h3, h4, h5{ + display:block; + position:relative; +} + span.edit_section { position: relative; display: block; @@ -3049,8 +3055,12 @@ display: none; } +html>body div.floatinginfobox, html>body fieldset.floatinginfobox{ + width: auto; +} + div.floatinginfobox, fieldset.floatinginfobox { - width: auto; + width: 0; float: right; border-left: 20px solid #FFF; border-bottom: 40px solid #FFF;