/**
 * admin.css
 *
 *
 */
 
/* CKEditor Format und Style Comboboxen verbreitern (für inline Edit in der styles.css!) */
.cke_combo__format .cke_combo_text {
    width: 80px !important;
}
.cke_combo__styles .cke_combo_text {
    width: 120px !important;
}

.cke_combopanel__format {
    width: 240px !important;
    height: 300px !important;
}
.cke_combopanel__styles {
    width:240px !important;
    height: 400px !important;
}