]> git.uio.no Git - usit-rt.git/blobdiff - share/html/NoAuth/RichText/ckeditor/contents.css
Dev to 4.0.11
[usit-rt.git] / share / html / NoAuth / RichText / ckeditor / contents.css
index dd44ff70600a19d6798176d55b595465393a5688..ccc5dd42af0c0cdb28f3ff0dfe1de97bb9114be7 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: #fff;
 }
 
-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;
 }