Project

General

Profile

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
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 url("editor.css");
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
}
(8-8/23)