aboutsummaryrefslogtreecommitdiff
path: root/sources/skins/moono/editor_gecko.css
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-20 00:55:51 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-20 00:55:51 +0100
commitc63493c899de714b05b0521bb38aab60d19030ef (patch)
treefcb2b261afa0f3c2bd6b48929b64724c71192bae /sources/skins/moono/editor_gecko.css
downloadludivine-ckeditor-component-c63493c899de714b05b0521bb38aab60d19030ef.tar.gz
ludivine-ckeditor-component-c63493c899de714b05b0521bb38aab60d19030ef.tar.zst
ludivine-ckeditor-component-c63493c899de714b05b0521bb38aab60d19030ef.zip
Validation initiale4.6.2.1
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 0000000..370ffff
--- /dev/null
+++ b/sources/skins/moono/editor_gecko.css
@@ -0,0 +1,25 @@
1/*
2Copyright (c) 2003-2017, 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}