From: Thyamad c. <th...@us...> - 2005-09-29 19:49:47
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/skins/default Modified Files: fck_contextmenu.css fck_dialog.css fck_editor.css Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: fck_editor.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/default/fck_editor.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_editor.css 1 Sep 2005 18:15:45 -0000 1.4 --- fck_editor.css 29 Sep 2005 19:49:21 -0000 1.5 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Styles used by the editor IFRAME and Toolbar. * - * Version: 2.0 RC3 - * Modified: 2005-03-01 15:49:28 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ /* --- 12,18 ---- * Styles used by the editor IFRAME and Toolbar. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ /* *************** *** 108,111 **** --- 105,109 ---- filter: alpha(opacity=70); -moz-opacity: 0.70; + background-color: #efefde; } *************** *** 116,119 **** --- 114,122 ---- } + .TB_Button_On_Over, .TB_Button_Off_Over + { + background-color: #dff1ff; + } + .TB_Icon DIV { *************** *** 135,153 **** } - .TB_ButtonType_Icon .TB_Text - { - display: none; - } - - .TB_ButtonType_Text .TB_Icon - { - display: none; - } - - .TB_ButtonType_Text .TB_Text - { - padding-left: 5px; - } - .TB_Break { --- 138,141 ---- Index: fck_dialog.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/default/fck_dialog.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_dialog.css 1 Sep 2005 18:15:45 -0000 1.4 --- fck_dialog.css 29 Sep 2005 19:49:21 -0000 1.5 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Styles used by the dialog boxes. * - * Version: 2.0 RC3 - * Modified: 2005-02-10 13:10:27 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ body --- 12,18 ---- * Styles used by the dialog boxes. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ body *************** *** 122,124 **** --- 119,129 ---- border-bottom: #f1f1e3 1px solid; background-color: #f1f1e3; + } + + .PopupSelectionBox + { + border: #ff9933 1px solid; + background-color: #fffacd; + cursor: pointer; + cursor: hand; } \ No newline at end of file Index: fck_contextmenu.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/default/fck_contextmenu.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_contextmenu.css 1 Sep 2005 18:15:45 -0000 1.4 --- fck_contextmenu.css 29 Sep 2005 19:49:21 -0000 1.5 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Styles used by the context menu and panels. * - * Version: 2.0 RC3 - * Modified: 2005-02-23 18:58:26 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ .CM_ContextMenu, .CM_ContextMenu * --- 12,18 ---- * Styles used by the context menu and panels. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ .CM_ContextMenu, .CM_ContextMenu * *************** *** 55,58 **** --- 52,60 ---- } + .CM_Disabled + { + background-color: #ffffff; + } + .CM_Disabled .CM_Icon IMG, .CM_Disabled .CM_Label { *************** *** 202,205 **** --- 204,208 ---- -moz-opacity:0.75; height: 23px; + background-color: #efefde; } |