openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

trumbowyg.highlight.css (601B)


      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; }