/* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /* dialog_ie.css =============== This file contains styles to used by all versions of Internet Explorer only. */ /* Base it on dialog.css, overriding it with styles defined in this file. */ @import url("dialog.css"); /* IE doesn't leave enough padding in text input for cursor to blink in RTL. (#6087) */ .cke_rtl input.cke_dialog_ui_input_text, .cke_rtl input.cke_dialog_ui_input_password { padding-right: 2px; } /* Compensate the padding added above on container. */ .cke_rtl div.cke_dialog_ui_input_text, .cke_rtl div.cke_dialog_ui_input_password { padding-left: 2px; } .cke_rtl div.cke_dialog_ui_input_text { padding-right: 1px; } .cke_rtl .cke_dialog_ui_vbox_child, .cke_rtl .cke_dialog_ui_hbox_child, .cke_rtl .cke_dialog_ui_hbox_first, .cke_rtl .cke_dialog_ui_hbox_last { padding-right: 2px !important; }