]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blame - 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
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
7dialog_ie7.css\r
8===============\r
9\r
10This file contains styles to used by Internet Explorer 7 only.\r
11*/\r
12\r
13/* Base it on dialog_ie.css, overriding it with styles defined in this file. */\r
14@import url("dialog_ie.css");\r
15\r
16.cke_dialog_title\r
17{\r
18 /* gradient fix */\r
19 zoom: 1;\r
20}\r
21\r
22.cke_dialog_footer\r
23{\r
24 /* IE7 ignores footer's outline. Use border instead. */\r
25 border-top: 1px solid #bfbfbf;\r
26}\r
27\r
28/* IE7 needs position static #6806 */\r
29.cke_dialog_footer_buttons\r
30{\r
31 position: static;\r
32}\r
33\r
34/* IE7 crops the bottom pixels of footer buttons (#9491) */\r
35.cke_dialog_footer_buttons a.cke_dialog_ui_button\r
36{\r
37 vertical-align: top;\r
38}\r
39\r
40/* IE7 margin loose on float. */\r
41.cke_dialog .cke_resizer_ltr\r
42{\r
43 padding-left: 4px;\r
44}\r
45.cke_dialog .cke_resizer_rtl\r
46{\r
47 padding-right: 4px;\r
48}\r
49\r
50/* IE7 doesn't support box-sizing and therefore we cannot\r
51 have sexy inputs which go well with the layout. */\r
52.cke_dialog_ui_input_text,\r
53.cke_dialog_ui_input_password,\r
54.cke_dialog_ui_input_textarea,\r
55.cke_dialog_ui_input_select\r
56{\r
57 padding: 0 !important;\r
58}\r
59\r
60/* Predefined border to avoid visual size change impact. */\r
61.cke_dialog_ui_checkbox_input,\r
62.cke_dialog_ui_ratio_input,\r
63.cke_btn_reset,\r
64.cke_btn_locked,\r
65.cke_btn_unlocked\r
66{\r
67 border: 1px solid transparent !important;\r
68}\r