X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2FRichText%2Fckeditor%2Fcontents.css;h=ca3d96f23bf06ea615d916e7f42127289a806614;hb=7588a4ac90a9b07c08a3107cd1107d773be1c991;hp=dd44ff70600a19d6798176d55b595465393a5688;hpb=98d2b25256055abb0dfcb9f586b434474fa97afd;p=freeside.git diff --git a/rt/share/html/NoAuth/RichText/ckeditor/contents.css b/rt/share/html/NoAuth/RichText/ckeditor/contents.css index dd44ff706..ca3d96f23 100644 --- a/rt/share/html/NoAuth/RichText/ckeditor/contents.css +++ b/rt/share/html/NoAuth/RichText/ckeditor/contents.css @@ -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; }