Index: lams_central/web/ckeditor/contents.css =================================================================== diff -u -r8179037dc958585c054547eb7de9be14c6aed233 -r2be1397fbd117723382105715d3f416c78dbd67c --- lams_central/web/ckeditor/contents.css (.../contents.css) (revision 8179037dc958585c054547eb7de9be14c6aed233) +++ lams_central/web/ckeditor/contents.css (.../contents.css) (revision 2be1397fbd117723382105715d3f416c78dbd67c) @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -16,20 +16,10 @@ 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 + /* 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; } - -img:-moz-broken -{ - -moz-force-broken-image-icon : 1; - width : 24px; - height : 24px; -} -img, input, textarea -{ - cursor: default; -}