sogo/UI/WebServerResources/ckeditor/contents.css
Francis Lachapelle 4388c925bb Added left blue line in webmail replies for Safari and IE.
Monotone-Parent: d827927aae09ada2944dc065c0dd5d1c40bd8dee
Monotone-Revision: fd2a831a40563980f8889d293cab958e0d907a0b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-09-01T20:42:32
Monotone-Branch: ca.inverse.sogo
2009-09-01 20:42:32 +00:00

41 lines
779 B
CSS

/*
Copyright (c) 2003-2009, 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;
}
blockquote[type~="cite"]
{
border-left: 1px solid blue;
padding-left: 10px;
margin: 0;
}