/*
  Ensure CKEditor resize handle is always shown.
  By default the Seven admin theme hides this handle.
*/
.cke_reset_all .cke_resizer {
    display: block !important;
}

/* Hide "About text formats" link that appears at the bottom of the WYSIWYG */
.form-wrapper.filter-wrapper {
    display: none;
}
