sogo/UI/WebServerResources/ckeditor/contents.css
Francis Lachapelle 59e376fea5 Updated ckeditor to version 3.5.2
Monotone-Parent: 534057874ea7b95e2c3d64fe54f61237d1c72b70
Monotone-Revision: 6e7ac4cd1529c1ca1209faeb43583ee333facec8

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-03-21T15:47:43
Monotone-Branch: ca.inverse.sogo
2011-03-21 15:47:43 +00:00

46 lines
940 B
CSS

/*
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;
}