Sha256: 5cd0f89a7dc21f75c2957dd4644a2acbf8a7b522f271f9b4f7be0284a6e779c9

Contents?: true

Size: 1.19 KB

Versions: 5

Compression:

Stored size: 1.19 KB

Contents

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

@media print
{
	.cke_path
	{
		display: none;
	}
}

.cke_skin_kama .cke_path
{
	display: inline-block;
	float: left;
	margin-top: 5px;
}

.cke_skin_kama .cke_rtl .cke_path
{
	float: right;
}

.cke_shared .cke_skin_kama .cke_path
{
	_width: 100%;
	margin: 0 0 5px;
}

.cke_skin_kama .cke_path a,
.cke_skin_kama .cke_path .cke_empty
{
	display: inline-block;
	float: left;
	padding: 1px 4px 0;
	color: #60676a;
}

.cke_skin_kama .cke_path .cke_empty
{
	visibility: hidden;
}

.cke_skin_kama .cke_rtl .cke_path a,
.cke_skin_kama .cke_rtl .cke_path cke_empty
{
	float: right;
}

.cke_skin_kama .cke_path a:hover,
.cke_skin_kama .cke_path a:focus,
.cke_skin_kama .cke_path a:active	/* IE */
{
	background-color: #dff1ff;
	padding: 1px 4px 0;
	outline: none;
	color : #000;
}

/* IE double float-right workaround */
.cke_skin_kama .cke_browser_ie .cke_rtl .cke_path a,
.cke_skin_kama .cke_browser_ie .cke_rtl .cke_path .cke_empty
{
	float: none;
}

.cke_skin_kama .cke_path .cke_label
{
	display: none;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
radiant-ck_editor_filter-extension-0.2.0 public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/elementspath.css
radiant-ck_editor_filter-extension-0.1.1 public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/elementspath.css
ckeditor-3.2.4 lib/generators/templates/ckeditor/_source/skins/kama/elementspath.css
ckeditor-3.2.3 lib/generators/templates/ckeditor/_source/skins/kama/elementspath.css
ckeditor-3.2.1 lib/generators/templates/ckeditor/_source/skins/kama/elementspath.css