UNPKG

extpoint-yii2

Version:

JavaScript part for projects on ExtPoint Yii2 Boilerplate and yii2-core

36 lines (31 loc) 643 B
/* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ /* "Source" button label */ .cke_button__source_label, .cke_button__sourcedialog_label { display: inline; } /* "Font Size" panel size */ .cke_combopanel__fontsize { width: 135px; } /* Editable regions */ textarea.cke_source { font-family: 'Courier New', Monospace; font-size: small; background-color: #fff; white-space: pre-wrap; border: none; padding: 0; margin: 0; display: block; } .cke_wysiwyg_frame, .cke_wysiwyg_div { background-color: #fff; }