]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/skins/moono/presets.css
Change html5 audio player
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moono / presets.css
1 /*
2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 /* "Source" button label */
7 .cke_button__source_label,
8 .cke_button__sourcedialog_label
9 {
10 display: inline;
11 }
12
13 /* "Font Size" combo width */
14 .cke_combo__fontsize .cke_combo_text
15 {
16 width: 30px;
17 }
18
19 /* "Font Size" panel size */
20 .cke_combopanel__fontsize
21 {
22 width: 120px;
23 }
24
25 /* Editable regions */
26 textarea.cke_source
27 {
28 font-family: 'Courier New', Monospace;
29 font-size: small;
30 background-color: #fff;
31 white-space: pre-wrap;
32 border: none;
33 padding: 0;
34 margin: 0;
35 display: block;
36 }
37
38 .cke_wysiwyg_frame, .cke_wysiwyg_div
39 {
40 background-color: #fff;
41 }