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