[geeklog-cvs] Geeklog-1.x/public_html/fckeditor/editor/css fck_editorarea.css, 1.6, 1.7 fck_internal.css, 1.6, 1.7 fck_showtableborders_gecko.css, 1.4, 1.5

Blaine Lang blaine at qs1489.pair.com
Sun May 4 20:35:27 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/css
In directory qs1489.pair.com:/tmp/cvs-serv85146/editor/css

Modified Files:
	fck_editorarea.css fck_internal.css 
	fck_showtableborders_gecko.css 
Log Message:
Upgraded the FCKeditor to version 2.6 Final - latest release April 7/08

Index: fck_showtableborders_gecko.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/css/fck_showtableborders_gecko.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** fck_showtableborders_gecko.css	9 Feb 2008 12:53:57 -0000	1.4
--- fck_showtableborders_gecko.css	5 May 2008 00:35:24 -0000	1.5
***************
*** 1,5 ****
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
--- 1,5 ----
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2008 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
***************
*** 20,23 ****
--- 20,30 ----
   *
   * This CSS Style Sheet defines the rules to show table borders on Gecko.
+  */
+ 
+ /* #########
+  *  WARNING
+  * #########
+  * When changing this file, the minified version of it must be updated in the
+  * fckeditor.html file (see FCK_ShowTableBordersCSS).
   */
  

Index: fck_editorarea.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/css/fck_editorarea.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** fck_editorarea.css	9 Feb 2008 12:53:57 -0000	1.6
--- fck_editorarea.css	5 May 2008 00:35:24 -0000	1.7
***************
*** 1,5 ****
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
--- 1,5 ----
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2008 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==

Index: fck_internal.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/css/fck_internal.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** fck_internal.css	9 Feb 2008 12:53:57 -0000	1.6
--- fck_internal.css	5 May 2008 00:35:24 -0000	1.7
***************
*** 1,5 ****
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2007 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
--- 1,5 ----
  /*
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
!  * Copyright (C) 2003-2008 Frederico Caldeira Knabben
   *
   * == BEGIN LICENSE ==
***************
*** 22,25 ****
--- 22,32 ----
   */
  
+ /* #########
+  *  WARNING
+  * #########
+  * When changing this file, the minified version of it must be updated in the
+  * fckeditor.html file (see FCK_InternalCSS).
+  */
+ 
  /* Fix to allow putting the caret at the end of the content in Firefox if
     clicking below the content. */
***************
*** 50,53 ****
--- 57,70 ----
  }
  
+ .FCK__UnknownObject
+ {
+ 	border: #a9a9a9 1px solid;
+ 	background-position: center center;
+ 	background-image: url(images/fck_plugin.gif);
+ 	background-repeat: no-repeat;
+ 	width: 80px;
+ 	height: 80px;
+ }
+ 
  /* Empty anchors images */
  .FCK__Anchor
***************
*** 147,151 ****
  }
  
! .FCK__ShowBlocks blockquote 
  {
  	background-image: url(images/block_blockquote.png);
--- 164,168 ----
  }
  
! .FCK__ShowBlocks blockquote
  {
  	background-image: url(images/block_blockquote.png);




More information about the geeklog-cvs mailing list