[pLog-svn] r4862 - in plog/branches/lifetype-1.2/js/tinymce: . themes/advanced/css themes/simple/css

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Feb 23 15:27:31 EST 2007


Author: oscar
Date: 2007-02-23 15:27:30 -0500 (Fri, 23 Feb 2007)
New Revision: 4862

Modified:
   plog/branches/lifetype-1.2/js/tinymce/themes/advanced/css/editor_content.css
   plog/branches/lifetype-1.2/js/tinymce/themes/simple/css/editor_content.css
   plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
Log:
Implemented Elena's suggestions from http://bugs.lifetype.net/view.php?id=1195. I didn't increase the font size to 15pxbut to 13px, however, as it looked way too big on a reasonably sized screen (like mine, 1280x800)


Modified: plog/branches/lifetype-1.2/js/tinymce/themes/advanced/css/editor_content.css
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/themes/advanced/css/editor_content.css	2007-02-23 20:22:56 UTC (rev 4861)
+++ plog/branches/lifetype-1.2/js/tinymce/themes/advanced/css/editor_content.css	2007-02-23 20:27:30 UTC (rev 4862)
@@ -3,7 +3,7 @@
 
 body, td, pre {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 10px;
+	font-size: 13px;
 }
 
 body {

Modified: plog/branches/lifetype-1.2/js/tinymce/themes/simple/css/editor_content.css
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/themes/simple/css/editor_content.css	2007-02-23 20:22:56 UTC (rev 4861)
+++ plog/branches/lifetype-1.2/js/tinymce/themes/simple/css/editor_content.css	2007-02-23 20:27:30 UTC (rev 4862)
@@ -1,6 +1,6 @@
 body, td, pre {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 10px;
+	font-size: 13px;
 }
 
 body {

Modified: plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2007-02-23 20:22:56 UTC (rev 4861)
+++ plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2007-02-23 20:27:30 UTC (rev 4862)
@@ -19,6 +19,7 @@
 	theme_advanced_path_location : "bottom",
 	theme_advanced_resizing : true,
 	theme_advanced_resize_horizontal : false,
+	convert_fonts_to_spans: true,
 	extended_valid_elements : "a[class|name|id|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
 	verify_html : true,
 	valid_elements : ""



More information about the pLog-svn mailing list