mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
Updated CKEditor to version 3.6.1.
Monotone-Parent: 6619466490ad295840f40831afe06f17195670ca Monotone-Revision: a7450cb20f9b7540324748f847e35d9eb3e1ba15 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-06-21T00:08:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -16,30 +16,10 @@ body
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* preserved spaces for rtl list item bullets. (#6249)*/
|
||||
ol,ul,dl
|
||||
{
|
||||
/* IE7: reset rtl list margin. (#7334) */
|
||||
*margin-right:0px;
|
||||
/* preserved spaces for rtl list item bullets. (#6249)*/
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user