X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ffckeditor%2Feditor%2Fskins%2Fsilver%2Ffck_editor.css;h=1d4cd73ee4c8eddbd7572e01be9744867c11296d;hp=656dcdb90c9f563449d930d0e12fb8212391ed3e;hb=18067f0bd41356e905666128c5e8105d1fca7c60;hpb=d0b2224eefe4df27ba4f5158a58fb86f9221301c diff --git a/httemplate/elements/fckeditor/editor/skins/silver/fck_editor.css b/httemplate/elements/fckeditor/editor/skins/silver/fck_editor.css index 656dcdb90..1d4cd73ee 100644 --- a/httemplate/elements/fckeditor/editor/skins/silver/fck_editor.css +++ b/httemplate/elements/fckeditor/editor/skins/silver/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 @@ -338,7 +339,6 @@ body border: 1px solid #8f8f73; padding-left: 2px; padding-right: 2px; - background-color: #ffffff; } .SC_Panel, .SC_Panel TD @@ -418,7 +418,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) */