Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/silver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/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 1841 to 1842...
Changes made by vinicius on 2005-08-23 15:49:13 +0200 (Tue, 23 Aug 2005) corresponding to SVN revision 1842 with message:
License file included in thyapi
Index: fck_editor.css
===================================================================
RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/silver/fck_editor.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** fck_editor.css 28 Feb 2005 00:33:19 -0000 1.1.1.1
--- fck_editor.css 23 Aug 2005 13:14:08 -0000 1.2
***************
*** 12,17 ****
* Styles used by the editor IFRAME and Toolbar.
*
! * Version: 2.0 RC2
! * Modified: 2004-11-26 00:56:19
*
* File Authors:
--- 12,17 ----
* Styles used by the editor IFRAME and Toolbar.
*
! * Version: 2.0 RC3
! * Modified: 2005-02-09 18:08:02
*
* File Authors:
***************
*** 163,165 ****
--- 163,170 ----
{
padding-left: 5px;
+ }
+
+ .TB_Break
+ {
+ height: 23px;
}
\ No newline at end of file
Index: fck_dialog.css
===================================================================
RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/silver/fck_dialog.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** fck_dialog.css 28 Feb 2005 00:33:19 -0000 1.1.1.1
--- fck_dialog.css 23 Aug 2005 13:14:08 -0000 1.2
***************
*** 12,17 ****
* Styles used by the dialog boxes.
*
! * Version: 2.0 RC2
! * Modified: 2004-05-31 23:07:55
*
* File Authors:
--- 12,17 ----
* Styles used by the dialog boxes.
*
! * Version: 2.0 RC3
! * Modified: 2005-02-09 13:45:31
*
* File Authors:
***************
*** 32,35 ****
--- 32,40 ----
}
+ body, .BackColor
+ {
+ background-color: #f7f7f7;
+ }
+
.PopupBody
{
Index: fck_contextmenu.css
===================================================================
RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/silver/fck_contextmenu.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** fck_contextmenu.css 28 Feb 2005 00:33:19 -0000 1.1.1.1
--- fck_contextmenu.css 23 Aug 2005 13:14:08 -0000 1.2
***************
*** 12,17 ****
* Styles used by the context menu.
*
! * Version: 2.0 RC2
! * Modified: 2004-12-01 00:15:55
*
* File Authors:
--- 12,17 ----
* Styles used by the context menu.
*
! * Version: 2.0 RC3
! * Modified: 2005-02-23 18:58:19
*
* File Authors:
***************
*** 150,154 ****
.SC_Panel
{
- overflow: -moz-scrollbars-vertical;
overflow-y: auto;
white-space: nowrap;
--- 150,153 ----
***************
*** 202,207 ****
padding-right: 5px;
padding-left: 5px;
! filter: alpha(opacity=70);
-moz-opacity:0.75;
}
--- 201,207 ----
padding-right: 5px;
padding-left: 5px;
! filter: alpha(opacity=70);
-moz-opacity:0.75;
+ height: 23px;
}
***************
*** 228,232 ****
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption
{
! filter: gray() alpha(opacity=30);
-moz-opacity:0.30;
}
--- 228,232 ----
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption
{
! filter: gray() alpha(opacity=30);
-moz-opacity:0.30;
}
|