Sha256: a49242518fd82b2277295a73f4c56e5448ff3f4c25f39c6a8c272f1fe076348c

Contents?: true

Size: 1 KB

Versions: 14

Compression:

Stored size: 1 KB

Contents

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

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

// Make images look reasonable
span.cke_image_nocaption {
  max-width: 100%;
}

span.cke_image_resizer_wrapper {
  max-width: 100%;
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
effective_ckeditor-1.11.0 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.10.1 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.10.0 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.9.3 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.9.2 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.9.1 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.9.0 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.8.3 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.8.2 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.8.1 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.8.0 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.7.13 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.7.12 app/assets/stylesheets/effective_ckeditor/overrides.scss
effective_ckeditor-1.7.11 app/assets/stylesheets/effective_ckeditor/overrides.scss