]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blame - 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
CommitLineData
c63493c8 1/*\r
7183f6a6 2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
c63493c8
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5\r
6/*\r
7editor_iequirks.css\r
8===============\r
9\r
10This file contains styles to used by all versions of Internet Explorer\r
11in Quirks mode only.\r
12*/\r
13\r
14/* Base it on editor_ie.css, overriding it with styles defined in this file. */\r
15@import url("editor_ie.css");\r
16\r
17.cke_top,\r
18.cke_contents,\r
19.cke_bottom\r
20{\r
21 width: 100%; /* hasLayout = true */\r
22}\r
23\r
24.cke_button_arrow\r
25{\r
26 font-size: 0; /* Set minimal font size, so arrow won't be streched by the text that doesn't exist. */\r
27}\r
28\r
29/* Bring back toolbar buttons in RTL. */\r
30\r
31.cke_rtl .cke_toolgroup,\r
32.cke_rtl .cke_toolbar_separator,\r
33.cke_rtl .cke_button,\r
34.cke_rtl .cke_button *,\r
35.cke_rtl .cke_combo,\r
36.cke_rtl .cke_combo *,\r
37.cke_rtl .cke_path_item,\r
38.cke_rtl .cke_path_item *,\r
39.cke_rtl .cke_path_empty\r
40{\r
41 float: none;\r
42}\r
43\r
44.cke_rtl .cke_toolgroup,\r
45.cke_rtl .cke_toolbar_separator,\r
46.cke_rtl .cke_combo_button,\r
47.cke_rtl .cke_combo_button *,\r
48.cke_rtl .cke_button,\r
49.cke_rtl .cke_button_icon\r
50{\r
51 display: inline-block;\r
52 vertical-align: top;\r
53}\r
54\r
55/* Otherwise formatting toolbar breaks when editing a mixed content (#9893). */\r
56.cke_rtl .cke_button_icon\r
57{\r
58 float: none;\r
59}\r
60\r
61.cke_resizer\r
62{\r
63 width: 10px;\r
64}\r
65\r
66.cke_source\r
67{\r
68 white-space: normal;\r
69}\r
70\r
71.cke_bottom\r
72{\r
73 position: static; /* Without this bottom space doesn't move when resizing editor. */\r
74}\r
75\r
76.cke_colorbox\r
77{\r
78 font-size: 0; /* Set minimal font size, so button won't be streched by the text that doesn't exist. */\r
79}\r