X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=contents.css;h=263d3985ac9cc1e08d0de7f1bc69d90c38b7c906;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hp=4ae7d4d3e58d4ec67f944f4794e291111dd9c105;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/contents.css b/contents.css index 4ae7d4d..263d398 100644 --- a/contents.css +++ b/contents.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, 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,30 +16,10 @@ body background-color: #fff; } -/* preserved spaces for rtl list item bullets. (#6249)*/ ol,ul,dl { - 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; + /* 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; }