[geeklog-hg] geeklog: Professional: fixed the misfit of the textarea in the a...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Mar 8 07:18:02 EST 2013


changeset 8984:e71fe1d27a2c
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/e71fe1d27a2c
user: dengen
date: Fri Mar 08 21:17:36 2013 +0900
description:
Professional: fixed the misfit of the textarea in the advanced story editor

diffstat:

 public_html/layout/professional/admin/story/storyeditor_advanced.thtml |  12 +++++-----
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 888ac78f4d5b -r e71fe1d27a2c public_html/layout/professional/admin/story/storyeditor_advanced.thtml
--- a/public_html/layout/professional/admin/story/storyeditor_advanced.thtml	Fri Mar 08 07:28:00 2013 +0900
+++ b/public_html/layout/professional/admin/story/storyeditor_advanced.thtml	Fri Mar 08 21:17:36 2013 +0900
@@ -22,11 +22,11 @@
             </tr>
             <tr{hide_meta}>
                 <td valign="top" align="right">{lang_metadescription}:</td>
-                <td><textarea name="meta_description" style="width:100%" cols="45" rows="2">{meta_description}</textarea></td>
+                <td><textarea name="meta_description" style="width:98%" cols="45" rows="2">{meta_description}</textarea></td>
             </tr>
             <tr{hide_meta}>
                 <td valign="top" align="right">{lang_metakeywords}:</td>
-                <td><textarea name="meta_keywords" style="width:100%" cols="45" rows="2">{meta_keywords}</textarea></td>
+                <td><textarea name="meta_keywords" style="width:98%" cols="45" rows="2">{meta_keywords}</textarea></td>
             </tr>            
             <tr>
                 <td class="alignright" valign="top">{lang_topic}:</td>
@@ -53,18 +53,18 @@
             </tr>
         </table>
         <!-- Basic textarea field - no editor -->
-        <div id="text_editor" style="width:100%; margin-top:10px; padding-left:10px; border:1px solid #ECE9D8;display:{show_texteditor};">
+        <div id="text_editor" style="margin-top:10px; padding:5px 0 5px 10px; border:1px solid #ECE9D8;display:{show_texteditor};">
             {lang_introtext}:
             <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeTextAreaSize('introtext','larger');"{xhtml}>
             <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeTextAreaSize('introtext','smaller');"{xhtml}>
-            <textarea id="introtext"  style="width:100%; padding:5px 10px 5px 10px;" name="introtext" cols="45" rows="14">{story_introtext}</textarea>
+            <textarea id="introtext" style="padding:5px 10px 5px 10px; width:95%;" name="introtext" cols="45" rows="14">{story_introtext}</textarea>
             {lang_bodytext}:
             <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeTextAreaSize('bodytext','larger');"{xhtml}>
             <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeTextAreaSize('bodytext','smaller');"{xhtml}>
-            <textarea id="bodytext" style="padding:5px 10px 5px 10px; width:100%;" name="bodytext" cols="45" rows="14">{story_bodytext}</textarea>
+            <textarea id="bodytext" style="padding:5px 10px 5px 10px; width:95%;" name="bodytext" cols="45" rows="14">{story_bodytext}</textarea>
         </div>
         <!-- HTML Editor -->
-        <div id="html_editor" style="margin-top:10px; padding-left:10px; border:1px solid #ECE9D8;display:{show_htmleditor};">
+        <div id="html_editor" style="margin-top:10px; padding:5px; border:1px solid #ECE9D8;display:{show_htmleditor};">
             {lang_introtext}:
             <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeHTMLTextAreaSize('introhtml','larger');"{xhtml}>
             <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeHTMLTextAreaSize('introhtml','smaller');"{xhtml}>



More information about the geeklog-cvs mailing list