]>
Commit | Line | Data |
---|---|---|
1 | /*\r | |
2 | Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r | |
3 | For licensing, see LICENSE.md or http://ckeditor.com/license\r | |
4 | */\r | |
5 | \r | |
6 | /*\r | |
7 | editor_gecko.css\r | |
8 | ==================\r | |
9 | \r | |
10 | This file contains styles to used by all Gecko based browsers (Firefox) only.\r | |
11 | */\r | |
12 | \r | |
13 | /* Base it on editor.css, overriding it with styles defined in this file. */\r | |
14 | @import url("editor.css");\r | |
15 | \r | |
16 | .cke_bottom\r | |
17 | {\r | |
18 | padding-bottom: 3px;\r | |
19 | }\r | |
20 | \r | |
21 | .cke_combo_text\r | |
22 | {\r | |
23 | margin-bottom: -1px;\r | |
24 | margin-top: 1px;\r | |
25 | }\r |