Roo/form/Signature.js
authorChris <chris@roojs.com>
Tue, 8 Oct 2013 11:41:33 +0000 (19:41 +0800)
committerChris <chris@roojs.com>
Tue, 8 Oct 2013 11:41:33 +0000 (19:41 +0800)
Roo/form/Signature.js

index 16dca95..7732339 100644 (file)
@@ -147,7 +147,7 @@ Roo.extend(Roo.form.Signature, Roo.form.Field,  {
         this.tb = tb;
         this.tb.add(
             {
-                cls : ' x-signature-'+id,
+                cls : 'x-btn-icon x-signature-btn x-signature-'+id,
                 scope: editor, // was editor...
                 handler: this.setConfirmed,
                 clickEvent:'mousedown',
@@ -155,7 +155,7 @@ Roo.extend(Roo.form.Signature, Roo.form.Field,  {
             },
             {
 //                background: none repeat scroll 0 center transparent;
-                cls : 'x-btn-icon x-signature-btn  x-signature-'+id,
+                cls : 'x-btn-icon x-signature-btn x-signature-'+id,
                 scope: editor, // was editor...
                 handler: this.clear,
                 clickEvent:'mousedown',