File modules/editor/trumbowyg/plugins/highlight/ui/trumbowyg.highlight.css

Last commit: Tue Aug 28 00:33:27 2018 +0200	Jan Dankert	Editoren für Markdown (SimpleMDE) und HTML (Trumbowyg) installiert.
1 /** 2 * Trumbowyg v2.10.0 - A lightweight WYSIWYG editor 3 * Trumbowyg plugin stylesheet 4 * ------------------------ 5 * @link http://alex-d.github.io/Trumbowyg 6 * @license MIT 7 * @author Alexandre Demode (Alex-D) 8 * Twitter : @AlexandreDemode 9 * Website : alex-d.fr 10 */ 11 12 .trumbowyg-highlight-form-group { 13 margin: 15px 10px; } 14 .trumbowyg-highlight-form-group .trumbowyg-highlight-form-control { 15 width: 100%; 16 border: 1px solid #DEDEDE; 17 font-size: 14px; 18 padding: 7px; } 19 .trumbowyg-highlight-form-group .trumbowyg-highlight-form-control.code { 20 height: 200px; }
Download modules/editor/trumbowyg/plugins/highlight/ui/trumbowyg.highlight.css
History Tue, 28 Aug 2018 00:33:27 +0200 Jan Dankert Editoren für Markdown (SimpleMDE) und HTML (Trumbowyg) installiert.