diff -r 4357aac4eb19 -r ac66e2240e1e src/js/layout.js --- a/src/js/layout.js Wed Mar 28 17:37:49 2012 +0200 +++ b/src/js/layout.js Fri Mar 30 18:00:26 2012 +0200 @@ -30,7 +30,10 @@ /* this is a shortcut */ this.selector = IriSP.jQuery("#" + this._div); - this.selector.css("width", this._width); + this.selector.css({ + "width": this._width, + "clear": "both" + }); if (this._height !== undefined) this.selector.css("height", this._height); @@ -60,7 +63,7 @@ var spacerDiv = IriSP.guid("LdtPlayer_spacer_"); this._widgets.push([widgetName, newDiv]); - var divTempl = "