mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-08-17 16:46:12 +00:00
26 lines
470 B
CSS
Executable File
26 lines
470 B
CSS
Executable File
/*
|
|
Copyright (c) 2003-2013, 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;
|
|
}
|