Sha256: 590ea9ca2adc2e72f0e73019dc27bdbec4a8db6668f499c2d17a2731b1c9d14c

Contents?: true

Size: 1.25 KB

Versions: 5

Compression:

Stored size: 1.25 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_v2 .cke_path
{
	padding: 3px 3px 0 3px;
	display: inline-block;
	float: left;
}

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

.cke_skin_v2 .cke_path a,
.cke_skin_v2 .cke_path .cke_empty
{
	display: inline-block;
	float: left;
	border: solid 1px #efefde;
	background-color: #efefde;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom : 3px;
}

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

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

.cke_skin_v2 .cke_path a:hover,
.cke_skin_v2 .cke_path a:focus,
.cke_skin_v2 .cke_path a:active	/* IE */
{
	border: solid 1px #316ac5;
	background-color: #dff1ff;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	outline: none;
}

.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_path a,
.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_path .cke_empty
{
	float: none;
}

.cke_skin_v2 .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/v2/elementspath.css
radiant-ck_editor_filter-extension-0.1.1 public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/elementspath.css
ckeditor-3.2.4 lib/generators/templates/ckeditor/_source/skins/v2/elementspath.css
ckeditor-3.2.3 lib/generators/templates/ckeditor/_source/skins/v2/elementspath.css
ckeditor-3.2.1 lib/generators/templates/ckeditor/_source/skins/v2/elementspath.css