X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=263d3985ac9cc1e08d0de7f1bc69d90c38b7c906;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=b4e28fece566c1b11f3c6d0ab8268f5e648144c5;hpb=039a051ccf3901311661022a30afd60fc38130c9;p=ckeditor.git diff --git a/contents.css b/contents.css index b4e28fe..263d398 100644 --- a/contents.css +++ b/contents.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -16,24 +16,10 @@ body 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; - /* #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; + /* 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; }