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
/*
7
editor_gecko.css
8
==================
9
 
10
This file contains styles to used by all Gecko based browsers (Firefox) only.
11
*/
12
 
13
/* Base it on editor.css, overriding it with styles defined in this file. */
14
@import "../../components/editor";
15
 
16
.cke_bottom
17
{
18
    padding-bottom: 3px;
19
}
20
 
21
.cke_combo_text
22
{
23
    margin-bottom: -1px;
24
    margin-top: 1px;
25
}