.cke_dialog_ui_input_file {
    height: 50px !important;
}

/* disble ckeditor image url field.
 hide input field that is the first group in ui box... can be a bad idea. we will see.
 */
.cke_dialog_ui_input_text {
    pointer-events:none;
}
.cke_dialog_ui_vbox_child .cke_dialog_ui_hbox_first {
    display: none;
}