X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ffckeditor%2Feditor%2Fskins%2Fdefault%2Ffck_editor.css;h=f9aff7049afdb8ff7be6ffd7e82d8fd4daf9200b;hp=b849cca4107e171e633809c71ac06f7552b4610c;hb=18067f0bd41356e905666128c5e8105d1fca7c60;hpb=d0b2224eefe4df27ba4f5158a58fb86f9221301c diff --git a/httemplate/elements/fckeditor/editor/skins/default/fck_editor.css b/httemplate/elements/fckeditor/editor/skins/default/fck_editor.css index b849cca41..f9aff7049 100644 --- a/httemplate/elements/fckeditor/editor/skins/default/fck_editor.css +++ b/httemplate/elements/fckeditor/editor/skins/default/fck_editor.css @@ -1,6 +1,6 @@ /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net - * Copyright (C) 2003-2007 Frederico Caldeira Knabben + * Copyright (C) 2003-2010 Frederico Caldeira Knabben * * == BEGIN LICENSE == * @@ -27,8 +27,9 @@ body { - padding: 1px 1px 1px 1px; - margin: 0px 0px 0px 0px; + padding: 1px; + margin: 0; + background-color: #ffffff; } #xEditingArea @@ -331,7 +332,6 @@ body border: 1px solid #8f8f73; padding-left: 2px; padding-right: 2px; - background-color: #ffffff; } .SC_Panel, .SC_Panel TD @@ -409,7 +409,7 @@ body background-repeat: no-repeat; } -.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption +.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text { opacity: 0.30; /* Safari, Opera and Mozilla */ filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */