[CHG] website: fp wants image 'change' buttons to be btn-sm
authorXavier Morel <xmo@openerp.com>
Mon, 10 Feb 2014 13:05:04 +0000 (14:05 +0100)
committerXavier Morel <xmo@openerp.com>
Mon, 10 Feb 2014 13:05:04 +0000 (14:05 +0100)
bzr revid: xmo@openerp.com-20140210130504-hejvay436emh7f36

addons/website/static/src/js/website.editor.js

index 1e82463..7e867dc 100644 (file)
                 image_dialog(editor, new CKEDITOR.dom.element(previous));
                 $image_button.hide();
                 previous = null;
-            });
+            }, 'btn-sm');
 
             // previous is the state of the button-trigger: it's the
             // currently-ish hovered element which can trigger a button showing.