aboutsummaryrefslogtreecommitdiff
path: root/sources/skins/moono/editor_gecko.css
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 17:45:33 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-01-25 18:00:33 +0100
commit7adcb81e4f83f98c468889aaa5a85558ba88c770 (patch)
tree0d6ede733777b29060b48df4afaa2c64bfbae276 /sources/skins/moono/editor_gecko.css
downloadconnexionswing-ckeditor-component-4.5.6.tar.gz
connexionswing-ckeditor-component-4.5.6.tar.zst
connexionswing-ckeditor-component-4.5.6.zip
Initial commit4.5.6
Diffstat (limited to 'sources/skins/moono/editor_gecko.css')
-rw-r--r--sources/skins/moono/editor_gecko.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/sources/skins/moono/editor_gecko.css b/sources/skins/moono/editor_gecko.css
new file mode 100644
index 00000000..af244889
--- /dev/null
+++ b/sources/skins/moono/editor_gecko.css
@@ -0,0 +1,25 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5
6/*
7editor_gecko.css
8==================
9
10This 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}