Sha256: 70f10a48f32828b7282084c3d083a7335c470eb0fa090e3e18ca802c0642a9c2

Contents?: true

Size: 1.73 KB

Versions: 44

Compression:

Stored size: 1.73 KB

Contents

/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * This is the CSS file used for interface details in some dialog
 * windows.
 */

/* #########
 *  WARNING
 * #########
 * When changing this file, the minified version of it must be updated in the
 * fck_dialog_common.js file (see GetCommonDialogCss).
 */

.ImagePreviewArea
{
	border: #000000 1px solid;
	overflow: auto;
	width: 100%;
	height: 170px;
	background-color: #ffffff;
}

.FlashPreviewArea
{
	border: #000000 1px solid;
	padding: 5px;
	overflow: auto;
	width: 100%;
	height: 170px;
	background-color: #ffffff;
}

.BtnReset
{
	float: left;
	background-position: center center;
	background-image: url(images/reset.gif);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	border: 1px none;
	font-size: 1px ;
}

.BtnLocked, .BtnUnlocked
{
	float: left;
	background-position: center center;
	background-image: url(images/locked.gif);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	border: none 1px;
	font-size: 1px ;
}

.BtnUnlocked
{
	background-image: url(images/unlocked.gif);
}

.BtnOver
{
	border: outset 1px;
	cursor: pointer;
	cursor: hand;
}

Version data entries

44 entries across 44 versions & 12 rubygems

Version Path
SFEley-browsercms-3.0.2 public/fckeditor/editor/dialog/common/fck_dialog_common.css
buzzware-browsercms-3.0.2 public/fckeditor/editor/dialog/common/fck_dialog_common.css
coredumplings-browsercms-3.0.0 public/fckeditor/editor/dialog/common/fck_dialog_common.css
jonleighton-bcms_feeds-1.0.1 public/fckeditor/editor/dialog/common/fck_dialog_common.css
jonleighton-bcms_feeds-1.0.2 public/fckeditor/editor/dialog/common/fck_dialog_common.css
nate-browsercms-3.0.210 public/fckeditor/editor/dialog/common/fck_dialog_common.css
nate-browsercms-3.0.211 public/fckeditor/editor/dialog/common/fck_dialog_common.css
we5-browsercms-3.0.1.1 public/fckeditor/editor/dialog/common/fck_dialog_common.css
webficient-browsercms-3.0.1 public/fckeditor/editor/dialog/common/fck_dialog_common.css
webficient-browsercms-3.0.2 public/fckeditor/editor/dialog/common/fck_dialog_common.css
webficient-browsercms-3.0.3 public/fckeditor/editor/dialog/common/fck_dialog_common.css
webficient-browsercms-3.0.4 public/fckeditor/editor/dialog/common/fck_dialog_common.css
bcms_fckeditor-1.2.0 app/assets/javascripts/bcms/fckeditor/editor/dialog/common/fck_dialog_common.css
bcms_fckeditor-1.1.0 public/bcms/fckeditor/editor/dialog/common/fck_dialog_common.css
iaddict-bcms_fckeditor-1.1.5 public/bcms/fckeditor/editor/dialog/common/fck_dialog_common.css
iaddict-bcms_fckeditor-1.1.4 public/bcms/fckeditor/editor/dialog/common/fck_dialog_common.css
iaddict-bcms_fckeditor-1.1.3 public/bcms/fckeditor/editor/dialog/common/fck_dialog_common.css
iaddict-bcms_fckeditor-1.1.2 public/bcms/fckeditor/editor/dialog/common/fck_dialog_common.css
bcms_fckeditor-1.0.4 public/bcms/fckeditor/editor/dialog/common/fck_dialog_common.css
bcms_fckeditor-1.0.3 public/bcms/fckeditor/editor/dialog/common/fck_dialog_common.css