]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - sources/skins/moonocolor/dialog_ie7.css
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moonocolor / dialog_ie7.css
diff --git a/sources/skins/moonocolor/dialog_ie7.css b/sources/skins/moonocolor/dialog_ie7.css
new file mode 100644 (file)
index 0000000..29ac5d0
--- /dev/null
@@ -0,0 +1,68 @@
+/*\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
+dialog_ie7.css\r
+===============\r
+\r
+This file contains styles to used by Internet Explorer 7 only.\r
+*/\r
+\r
+/* Base it on dialog_ie.css, overriding it with styles defined in this file. */\r
+@import url("dialog_ie.css");\r
+\r
+.cke_dialog_title\r
+{\r
+       /* gradient fix */\r
+       zoom: 1;\r
+}\r
+\r
+.cke_dialog_footer\r
+{\r
+       /* IE7 ignores footer's outline. Use border instead. */\r
+       border-top: 1px solid #bfbfbf;\r
+}\r
+\r
+/* IE7 needs position static #6806 */\r
+.cke_dialog_footer_buttons\r
+{\r
+       position: static;\r
+}\r
+\r
+/* IE7 crops the bottom pixels of footer buttons (#9491) */\r
+.cke_dialog_footer_buttons a.cke_dialog_ui_button\r
+{\r
+       vertical-align: top;\r
+}\r
+\r
+/* IE7 margin loose on float. */\r
+.cke_dialog .cke_resizer_ltr\r
+{\r
+       padding-left: 4px;\r
+}\r
+.cke_dialog .cke_resizer_rtl\r
+{\r
+       padding-right: 4px;\r
+}\r
+\r
+/*     IE7 doesn't support box-sizing and therefore we cannot\r
+       have sexy inputs which go well with the layout. */\r
+.cke_dialog_ui_input_text,\r
+.cke_dialog_ui_input_password,\r
+.cke_dialog_ui_input_textarea,\r
+.cke_dialog_ui_input_select\r
+{\r
+       padding: 0 !important;\r
+}\r
+\r
+/* Predefined border to avoid visual size change impact. */\r
+.cke_dialog_ui_checkbox_input,\r
+.cke_dialog_ui_ratio_input,\r
+.cke_btn_reset,\r
+.cke_btn_locked,\r
+.cke_btn_unlocked\r
+{\r
+       border: 1px solid transparent !important;\r
+}\r