Roo/Toolbar.js
authorEdward <edward@roojs.com>
Mon, 16 Sep 2013 04:04:24 +0000 (12:04 +0800)
committerEdward <edward@roojs.com>
Mon, 16 Sep 2013 04:04:24 +0000 (12:04 +0800)
Roo/Toolbar.js

index 3504264..d429219 100644 (file)
@@ -65,7 +65,7 @@ Roo.Toolbar.prototype = {
         }
         // using a table allows for vertical alignment
         // 100% width is needed by Safari...
-        this.el.update('<div class=" x-small-editor"><table cellspacing="0"><tr></tr></table></div>');
+        this.el.update('<div class="x-toolbar x-small-editor"><table cellspacing="0"><tr></tr></table></div>');
         this.tr = this.el.child("tr", true);
         var autoId = 0;
         this.items = new Roo.util.MixedCollection(false, function(o){