Projet

Général

Profil

Paste
Télécharger (517 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / ckeditor / css / ckeditor.editor.css @ 6fd71452

1
/* Editor classes */
2

    
3
/* CKEditor padding in IE */
4
table.cke_editor fieldset {
5
    padding: 0 !important;
6
}
7
/* hack with ie and garland editing area size fix - [#733512] */
8
.cke_editor{
9
    display: table !important;
10
}
11
.cke_editor,#ie#bug {
12
    display: inline-table !important;
13
}
14
/* Fix table border for Drupal's Seven theme - [#1020612] */
15
.cke_dialog tr td:last-child {
16
    border-right: 0;
17
}
18
/* Panels in IE11 [#2244835] */
19
.cke.cke_chrome {
20
    visibility: inherit;
21
}
22
.cke.cke_panel {
23
    visibility: visible;
24
}