Sha256: b0f6ac94d0c0cd2391fd8271df81751b90a2bf635fe9cd15e2d0474ab0dabf71

Contents?: true

Size: 1.37 KB

Versions: 7

Compression:

Stored size: 1.37 KB

Contents

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

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

.cke_skin_office2003 .cke_path
{
	padding: 3px 3px 0 3px;
	display: inline-block;
	float: left;
}

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

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

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

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

.cke_skin_office2003 .cke_path a:hover,
.cke_skin_office2003 .cke_path a:focus,
.cke_skin_office2003 .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_office2003 .cke_browser_ie .cke_rtl .cke_path a,
.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_path .cke_empty
{
	float: none;
}

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

Version data entries

7 entries across 7 versions & 4 rubygems

Version Path
rich-1.3.1 vendor/assets/ckeditor/ckeditor/_source/skins/office2003/elementspath.css
rich-1.3.0 vendor/assets/ckeditor/ckeditor/_source/skins/office2003/elementspath.css
rich-1.2.0 vendor/assets/ckeditor/ckeditor/_source/skins/office2003/elementspath.css
ckeditor-rails-0.0.5 vendor/assets/ckeditor/ckeditor/_source/skins/office2003/elementspath.css
refinerycms-ckeditor-0.2.0 app/assets/javascripts/ckeditor/_source/skins/office2003/elementspath.css
rich-1.1.0 vendor/assets/ckeditor/ckeditor/_source/skins/office2003/elementspath.css
radiant-ck_editor_filter-extension-0.2.6 public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/office2003/elementspath.css