Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/silver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/skins/silver
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/silver/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:47 -0000 1.4
--- fck_editor.css 29 Sep 2005 19:49:22 -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,22 ****
* Styles used by the editor IFRAME and Toolbar.
*
- * Version: 2.0 RC3
- * Modified: 2005-02-09 18:08:02
- *
* File Authors:
! * Frederico Caldeira Knabben (fr...@fc...)
! * gazou[Fr]
! */
/*
--- 12,19 ----
* Styles used by the editor IFRAME and Toolbar.
*
* File Authors:
! * Frederico Caldeira Knabben (fr...@fc...)
! * gazou[Fr]
! */
/*
***************
*** 150,168 ****
}
- .TB_ButtonType_Icon .TB_Text
- {
- display: none;
- }
-
- .TB_ButtonType_Text .TB_Icon
- {
- display: none;
- }
-
- .TB_ButtonType_Text .TB_Text
- {
- padding-left: 5px;
- }
-
.TB_Break
{
--- 147,150 ----
Index: fck_dialog.css
===================================================================
RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/silver/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:47 -0000 1.4
--- fck_dialog.css 29 Sep 2005 19:49:22 -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-09 13:45:31
- *
* File Authors:
! * Frederico Caldeira Knabben (fr...@fc...)
! */
body
--- 12,18 ----
* Styles used by the dialog boxes.
*
* File Authors:
! * Frederico Caldeira Knabben (fr...@fc...)
! */
body
***************
*** 123,125 ****
--- 120,130 ----
border-bottom: #f1f1e3 1px solid;
background-color: #f7f7f7;
+ }
+
+ .PopupSelectionBox
+ {
+ border: #a9a9a9 1px solid;
+ background-color: #dcdcdc;
+ cursor: pointer;
+ cursor: hand;
}
\ No newline at end of file
Index: fck_contextmenu.css
===================================================================
RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/silver/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:47 -0000 1.4
--- fck_contextmenu.css 29 Sep 2005 19:49:22 -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.
*
- * Version: 2.0 RC3
- * Modified: 2005-02-23 18:58:19
- *
* File Authors:
! * Frederico Caldeira Knabben (fr...@fc...)
! */
.CM_ContextMenu, .CM_ContextMenu *
--- 12,18 ----
* Styles used by the context menu.
*
* 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
{
***************
*** 204,207 ****
--- 206,210 ----
-moz-opacity:0.75;
height: 23px;
+ background-color: #f7f7f7;
}
|