dynamicweb/static/djangocms_text_ckeditor/css/cms.ckeditor.css
rscnt fe4f6c97d5 new static files.
Signed-off-by: rscnt <rascnt@gmail.com>
2015-06-08 23:26:27 -06:00

20 lines
No EOL
649 B
CSS

@charset "utf-8";
/*
* @copyright: https://github.com/divio/djangocms-text-ckeditor
*/
/* float left with the label */
.cke_chrome { float:left; width:100%; }
/* special case when inside a text plugin */
.djangocms_text_ckeditor-text .form-row label { display:none; }
.djangocms_text_ckeditor-text .cke_chrome { float: none; }
/* insure dialog has relative positioning for absolute positioned content */
.cke_dialog_contents_body { position:relative; }
/* show cmsplugin label */
.cke_button__cmsplugins .cke_button_label { padding-left:5px; padding-right:5px; display:inline; }
/* make dropdow larger */
.cke_combopanel { min-width:200px; }