sogo/UI/WebServerResources/ckeditor/contents.css
Francis Lachapelle d46ac02ac1 Update ckeditor to version 3.1
Monotone-Parent: 6970e7a89b13f1353d770e663717021a53350856
Monotone-Revision: 234b2f16dd5cc3d6eed2d10a0ab8fca81cb44795

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-01-14T16:35:33
Monotone-Branch: ca.inverse.sogo
2010-01-14 16:35:33 +00:00

36 lines
674 B
CSS

/*
Copyright (c) 2003-2010, 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;
}
html
{
/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
To prevent this misbehavior, we show the scrollbar always */
_overflow-y: scroll
}
img:-moz-broken
{
-moz-force-broken-image-icon : 1;
width : 24px;
height : 24px;
}
img, input, textarea
{
cursor: default;
}