[IMP] hide drag and drop handler of ckdeditor widgets

bzr revid: xmo@openerp.com-20130917131317-tm7jhawdsq9nvvtp
This commit is contained in:
Xavier Morel 2013-09-17 15:13:17 +02:00
parent 19b0fa5a6a
commit 4934343f94
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,3 @@
@charset "utf-8";
/* ---- CKEditor Minimal Reset ---- */
.navbar.navbar-inverse .cke_chrome {
border: none;
@ -100,6 +99,10 @@ table.editorbar-panel td.selected {
user-select: auto;
}
.cke_widget_drag_handler_container {
display: none !important;
}
/* ---- SNIPPET EDITOR ---- */
#oe_snippets {
position: fixed;

View File

@ -91,6 +91,10 @@ table.editorbar-panel
-o-user-select: auto
user-select: auto
// "remove" drag & drop of CKE widgets
.cke_widget_drag_handler_container
display: none !important
/* ---- SNIPPET EDITOR ---- */
#oe_snippets