Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/*
2
Copyright (c) 2003-2014, 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
    display: inline;
10
}
11
 
12
/* "Font Size" combo width */
13
.cke_combo__fontsize .cke_combo_text {
14
    width: 30px;
15
}
16
 
17
/* "Font Size" panel size */
18
.cke_combopanel__fontsize {
19
    width: 120px;
20
}
21
 
22
/* Editable regions */
23
.cke_source {
24
    font-family: 'Courier New' , Monospace;
25
    font-size: small;
26
    background-color: #fff;
27
    white-space: pre;
28
}
29
 
30
.cke_wysiwyg_frame, .cke_wysiwyg_div {
31
    background-color: #fff;
32
}