Sha256: cf87f03dc89f4e0ce6ba58ebc5ef81a5fa80c46fa0dad23ed4f98bbac0a206ec

Contents?: true

Size: 893 Bytes

Versions: 7

Compression:

Stored size: 893 Bytes

Contents

// This is the 'Insert Snippet' dropdown
span.cke_combo__insertsnippet > a > .cke_combo_text {
  width: 88px;
}

// The 'Insert Snippet' dropped down panel
.cke_combopanel.cke_combopanel__insertsnippet {
  width: 250px;
}

// The 'Styles' dropped down panel
.cke_combopanel.cke_combopanel__styles {
  width: 250px;
}

// The 'Styles' dropped down panel
.cke_combopanel.cke_combopanel__format {
  width: 180px;
}

// The 'Exit' button
span.cke_button__exit_label {
  display: inline;
}

.cke_show_blocks {
  .show-block-adjust { padding-top: 0px !important; }
}

.effective-region {
  outline: none;
  display: inherit;
  border: 1px dotted #4195fc;
  min-height: 10px;
  min-width: 10px;

  &:focus {
    outline: none;
    border: 1px solid #4195fc;

    -webkit-box-shadow: 0px 0px 6px #4195fc;
       -moz-box-shadow: 0px 0px 6px #4195fc;
            box-shadow: 0px 0px 6px #4195fc;
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
effective_ckeditor-1.6.0 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.5.1 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.5.0 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.4.2 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.4.0 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.3.1 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.3.0 app/assets/stylesheets/effective_ckeditor/overrides.scss