RT 4.0.13
[freeside.git] / rt / share / html / NoAuth / RichText / ckeditor / contents.css
index dd44ff7..ca3d96f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
 */
 
@@ -13,23 +13,13 @@ body
        color: #222;
 
        /* Remove the background color to make it transparent */
-    background-color: transparent;
+       background-color: transparent;
 }
 
-html
+ol,ul,dl
 {
-       /* #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;
+       /* IE7: reset rtl list margin. (#7334) */
+       *margin-right:0px;
+       /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
+    padding:0 40px;
 }