/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

/*
dialog_ie8.css
===============

This file contains styles to used by Internet Explorer 8 only.
*/

/* Base it on dialog_ie.css, overriding it with styles defined in this file. */
@import url("dialog_ie.css");

.cke_rtl .cke_dialog_footer_buttons td
{
	padding-left: 2px;
}

.cke_rtl .cke_dialog_close_button
{
	left: 8px;
}
