Updated CKEditor to version 3.4.2

Monotone-Parent: 3774b6098ad959c04ec2d3feed5d9bc31809baa9
Monotone-Revision: fca59961590bbf184dfb399f12a4508e3a2daf83

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-11-12T22:10:28
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-11-12 22:10:28 +00:00
parent 0a147c4f1a
commit a0ef422a0a
33 changed files with 196 additions and 190 deletions
+5 -1
View File
@@ -20,7 +20,11 @@ html
{
/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
To prevent this misbehavior, we show the scrollbar always */
_overflow-y: scroll
_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