phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] news_admin/js/fckeditor/editor/skins/office2003 fck_c


From: skwashd
Subject: [Phpgroupware-cvs] news_admin/js/fckeditor/editor/skins/office2003 fck_contextmenu.css, 1.2 fck_dialog.css, 1.2 fck_editor.css, 1.2
Date: Thu, 4 Aug 2005 05:54:00 +0200

Update of news_admin/js/fckeditor/editor/skins/office2003

Modified Files:
     Branch: MAIN
            fck_contextmenu.css lines: +7 -4
            fck_dialog.css lines: +9 -4
            fck_editor.css lines: +2 -19

Log Message:
new newsletter builder, updated FCK and a few other things

====================================================
Index: news_admin/js/fckeditor/editor/skins/office2003/fck_contextmenu.css
diff -u news_admin/js/fckeditor/editor/skins/office2003/fck_contextmenu.css:1.1 
news_admin/js/fckeditor/editor/skins/office2003/fck_contextmenu.css:1.2
--- news_admin/js/fckeditor/editor/skins/office2003/fck_contextmenu.css:1.1     
Tue May 24 14:32:54 2005
+++ news_admin/js/fckeditor/editor/skins/office2003/fck_contextmenu.css Thu Aug 
 4 03:54:32 2005
@@ -1,6 +1,6 @@
 /*
  * FCKeditor - The text editor for internet
- * Copyright (C) 2003-2004 Frederico Caldeira Knabben
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
  *
  * Licensed under the terms of the GNU Lesser General Public License:
  *             http://www.opensource.org/licenses/lgpl-license.php
@@ -11,9 +11,6 @@
  * File Name: fck_contextmenu.css
  *     Styles used by the context menu.
  *
- * Version:  2.0 RC3
- * Modified: 2005-02-23 18:58:21
- *
  * File Authors:
  *             Frederico Caldeira Knabben (address@hidden)
  */
@@ -54,6 +51,11 @@
        -moz-opacity: 0.70;
 }

+.CM_Disabled
+{
+       background-color: #ffffff;
+}
+
 .CM_Disabled .CM_Icon IMG, .CM_Disabled .CM_Label
 {
        filter: gray() alpha(opacity=30);
@@ -206,6 +208,7 @@
        filter: alpha(opacity=70);
        -moz-opacity:0.75;
        height: 23px;
+       background-color: #f7f8fd;
 }

 .SC_FieldLabel

====================================================
Index: news_admin/js/fckeditor/editor/skins/office2003/fck_dialog.css
diff -u news_admin/js/fckeditor/editor/skins/office2003/fck_dialog.css:1.1 
news_admin/js/fckeditor/editor/skins/office2003/fck_dialog.css:1.2
--- news_admin/js/fckeditor/editor/skins/office2003/fck_dialog.css:1.1  Tue May 
24 14:32:54 2005
+++ news_admin/js/fckeditor/editor/skins/office2003/fck_dialog.css      Thu Aug 
 4 03:54:32 2005
@@ -1,6 +1,6 @@
 /*
  * FCKeditor - The text editor for internet
- * Copyright (C) 2003-2004 Frederico Caldeira Knabben
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
  *
  * Licensed under the terms of the GNU Lesser General Public License:
  *             http://www.opensource.org/licenses/lgpl-license.php
@@ -11,9 +11,6 @@
  * File Name: fck_dialog.css
  *     Styles used by the dialog boxes.
  *
- * Version:  2.0 RC3
- * Modified: 2005-02-09 13:45:44
- *
  * File Authors:
  *             Frederico Caldeira Knabben (address@hidden)
  */
@@ -119,4 +116,12 @@
        padding-top: 4px;
        border-bottom: #f7f8fd 1px solid;
        background-color: #f7f8fd;
+}
+
+.PopupSelectionBox
+{
+       border: #1e90ff 1px solid;
+       background-color: #add8e6;
+       cursor: pointer;
+       cursor: hand;
 }

====================================================
Index: news_admin/js/fckeditor/editor/skins/office2003/fck_editor.css
diff -u news_admin/js/fckeditor/editor/skins/office2003/fck_editor.css:1.1 
news_admin/js/fckeditor/editor/skins/office2003/fck_editor.css:1.2
--- news_admin/js/fckeditor/editor/skins/office2003/fck_editor.css:1.1  Tue May 
24 14:32:54 2005
+++ news_admin/js/fckeditor/editor/skins/office2003/fck_editor.css      Thu Aug 
 4 03:54:32 2005
@@ -1,6 +1,6 @@
 /*
  * FCKeditor - The text editor for internet
- * Copyright (C) 2003-2004 Frederico Caldeira Knabben
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
  *
  * Licensed under the terms of the GNU Lesser General Public License:
  *             http://www.opensource.org/licenses/lgpl-license.php
@@ -11,9 +11,6 @@
  * File Name: fck_editor.css
  *     Styles used by the editor IFRAME and Toolbar.
  *
- * Version:  2.0 RC3
- * Modified: 2005-02-09 18:08:04
- *
  * File Authors:
  *             Frederico Caldeira Knabben (address@hidden)
  *             Aziz Oraij (address@hidden)
@@ -110,6 +107,7 @@
 {
        filter: alpha(opacity=70);
        -moz-opacity: 0.70;
+       background-color: #f7f8fd;
 }

 .TB_Button_Disabled, .TB_Combo_Disabled
@@ -130,21 +128,6 @@
 {
        height: 21px;
        padding-right: 5px;
-}
-
-.TB_ButtonType_Icon .TB_Text
-{
-       display: none;
-}
-
-.TB_ButtonType_Text .TB_Icon
-{
-       display: none;
-}
-
-.TB_ButtonType_Text .TB_Text
-{
-       padding-left: 5px;
 }

 .TB_Break






reply via email to

[Prev in Thread] Current Thread [Next in Thread]