Drupal → Небольшой твик интерфейса CKEditor
Небольшой CSS твик интерфейса CKEditor:
.text-format-wrapper { position: relative; } .text-format-wrapper .ckeditor_links { position: absolute; top: 10px; right: 2px; } .text-format-wrapper .cke_skin_kama { border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .text-format-wrapper .cke_top, .text-format-wrapper .cke_bottom { border: 0; }
До:
После:
Оставить комментарий