Sha256: 91d8b762de0aa923942d90cbfcf681d62aa5e48a6c1eca34413337c0adcffa99

Contents?: true

Size: 940 Bytes

Versions: 19

Compression:

Stored size: 940 Bytes

Contents

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

body
{
	/* Font */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;

	/* Text color */
	color: #222;

	/* Remove the background color to make it transparent */
	background-color: #fff;
}

/* preserved spaces for rtl list item bullets. (#6249)*/
ol,ul,dl
{
    padding-right:40px;
}

html
{
	/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
	To prevent this misbehavior, we show the scrollbar always */
	_overflow-y: scroll;
	/* #6341: The text cursor must be set on the editor area. */
	cursor: text;
	/* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/
	*cursor:auto;
}

img:-moz-broken
{
	-moz-force-broken-image-icon : 1;
	width : 24px;
	height : 24px;
}
img, input, textarea
{
	cursor: default;
}

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
social_stream-base-0.6.8 app/assets/javascripts/ckeditor/contents.css
social_stream-base-0.6.6 app/assets/javascripts/ckeditor/contents.css
social_stream-base-0.6.5 app/assets/javascripts/ckeditor/contents.css
social_stream-base-0.6.3 app/assets/javascripts/ckeditor/contents.css
social_stream-base-0.6.2 app/assets/javascripts/ckeditor/contents.css
social_stream-base-0.6.1 app/assets/javascripts/ckeditor/contents.css
social_stream-base-0.6.0 app/assets/javascripts/ckeditor/contents.css
social_stream-base-0.5.2 lib/generators/social_stream/base/templates/public/javascripts/ckeditor/contents.css
social_stream-base-0.5.1 lib/generators/social_stream/base/templates/public/javascripts/ckeditor/contents.css
social_stream-base-0.5.0 lib/generators/social_stream/base/templates/public/javascripts/ckeditor/contents.css
social_stream-0.4.6 lib/generators/social_stream/templates/public/javascripts/ckeditor/contents.css
social_stream-0.4.5 lib/generators/social_stream/templates/public/javascripts/ckeditor/contents.css
spree-cms-0.2.1 public/ckeditor/contents.css
spree-cms-0.2.0 public/ckeditor/contents.css
social_stream-0.4.4 lib/generators/social_stream/templates/public/javascripts/ckeditor/contents.css
social_stream-0.4.3 lib/generators/social_stream/templates/public/javascripts/ckeditor/contents.css
social_stream-0.4.2 lib/generators/social_stream/templates/public/javascripts/ckeditor/contents.css
social_stream-0.4.1 lib/generators/social_stream/templates/public/javascripts/ckeditor/contents.css
spree-cms-0.1.0 public/ckeditor/contents.css