]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/skins/moonocolor/editor_iequirks.css
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moonocolor / editor_iequirks.css
diff --git a/sources/skins/moonocolor/editor_iequirks.css b/sources/skins/moonocolor/editor_iequirks.css
new file mode 100644 (file)
index 0000000..b4efa0f
--- /dev/null
@@ -0,0 +1,79 @@
+/*\r
+Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+\r
+/*\r
+editor_iequirks.css\r
+===============\r
+\r
+This file contains styles to used by all versions of Internet Explorer\r
+in Quirks mode only.\r
+*/\r
+\r
+/* Base it on editor_ie.css, overriding it with styles defined in this file. */\r
+@import url("editor_ie.css");\r
+\r
+.cke_top,\r
+.cke_contents,\r
+.cke_bottom\r
+{\r
+       width: 100%; /* hasLayout = true */\r
+}\r
+\r
+.cke_button_arrow\r
+{\r
+       font-size: 0; /* Set minimal font size, so arrow won't be streched by the text that doesn't exist. */\r
+}\r
+\r
+/* Bring back toolbar buttons in RTL. */\r
+\r
+.cke_rtl .cke_toolgroup,\r
+.cke_rtl .cke_toolbar_separator,\r
+.cke_rtl .cke_button,\r
+.cke_rtl .cke_button *,\r
+.cke_rtl .cke_combo,\r
+.cke_rtl .cke_combo *,\r
+.cke_rtl .cke_path_item,\r
+.cke_rtl .cke_path_item *,\r
+.cke_rtl .cke_path_empty\r
+{\r
+       float: none;\r
+}\r
+\r
+.cke_rtl .cke_toolgroup,\r
+.cke_rtl .cke_toolbar_separator,\r
+.cke_rtl .cke_combo_button,\r
+.cke_rtl .cke_combo_button *,\r
+.cke_rtl .cke_button,\r
+.cke_rtl .cke_button_icon\r
+{\r
+       display: inline-block;\r
+       vertical-align: top;\r
+}\r
+\r
+/* Otherwise formatting toolbar breaks when editing a mixed content (#9893). */\r
+.cke_rtl .cke_button_icon\r
+{\r
+       float: none;\r
+}\r
+\r
+.cke_resizer\r
+{\r
+       width: 10px;\r
+}\r
+\r
+.cke_source\r
+{\r
+       white-space: normal;\r
+}\r
+\r
+.cke_bottom\r
+{\r
+       position: static; /* Without this bottom space doesn't move when resizing editor. */\r
+}\r
+\r
+.cke_colorbox\r
+{\r
+       font-size: 0; /* Set minimal font size, so button won't be streched by the text that doesn't exist. */\r
+}\r