Sha256: 81880d1dccd0e262599cdf2160b08dbdf5e95825f26b64023c1d8d14157638a5

Contents?: true

Size: 761 Bytes

Versions: 1

Compression:

Stored size: 761 Bytes

Contents

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

/*
dialog_ie7.css
===============

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

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

.cke_dialog_title
{
	/* gradient fix */
	zoom: 1;
}

.cke_dialog_footer
{
	padding-top: 5px;
}

/* IE7 needs position static #6806 */
.cke_dialog_footer_buttons
{
	position: static;
}

/* Predefined border to avoid visual size change impact. */
.cke_dialog_ui_checkbox_input,
.cke_dialog_ui_ratio_input,
.cke_btn_reset,
.cke_btn_locked,
.cke_btn_unlocked
{
	border: 1px solid transparent !important;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lafeber_ckeditor-3.7.3 app/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css