X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=sources%2Fskins%2Fmoonocolor%2Feditor_gecko.css;fp=sources%2Fskins%2Fmoonocolor%2Feditor_gecko.css;h=af24488982ebc07706e326f93c1071871679d986;hb=7183f6a6a21ad9124e70c997e0168459f377a9f2;hp=0000000000000000000000000000000000000000;hpb=d1844275460a3e3a32e199326f6b36938a329091;p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git diff --git a/sources/skins/moonocolor/editor_gecko.css b/sources/skins/moonocolor/editor_gecko.css new file mode 100644 index 0000000..af24488 --- /dev/null +++ b/sources/skins/moonocolor/editor_gecko.css @@ -0,0 +1,25 @@ +/* +Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. +For licensing, see LICENSE.md or http://ckeditor.com/license +*/ + +/* +editor_gecko.css +================== + +This file contains styles to used by all Gecko based browsers (Firefox) only. +*/ + +/* Base it on editor.css, overriding it with styles defined in this file. */ +@import url("editor.css"); + +.cke_bottom +{ + padding-bottom: 3px; +} + +.cke_combo_text +{ + margin-bottom: -1px; + margin-top: 1px; +}