[geeklog-cvs] geeklog: Cosmetics: Fixed position of the story preview box in a...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Sep 5 13:01:48 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/3bea8d29e64c
changeset: 7279:3bea8d29e64c
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Sep 05 19:01:38 2009 +0200
description:
Cosmetics: Fixed position of the story preview box in advanced editor (bug #0000963)

diffstat:

 public_html/docs/english/theme.html                                    |  4 ++++
 public_html/layout/professional/admin/story/storyeditor_advanced.thtml |  6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r a3f1efd9d39d -r 3bea8d29e64c public_html/docs/english/theme.html
--- a/public_html/docs/english/theme.html	Sat Sep 05 18:45:52 2009 +0200
+++ b/public_html/docs/english/theme.html	Sat Sep 05 19:01:38 2009 +0200
@@ -198,6 +198,10 @@
 <h2><a name="changes">Theme changes in Geeklog 1.6.1</a></h2>
 
 <ul>
+<li>Cosmetics: Fixed the position of the story preview when using the
+    advanced editor (was slightly shifted to the right, <a
+    href="http://project.geeklog.net/tracking/view.php?id=963">bug #0000963</a>). Changes to the <code><div id="preview"></code> in
+    <tt>admin/story/storyeditor_advanced.thtml</tt>.</li>
 <li>Cosmetics: Removed <code>font-size:larger;</code> for the header fields of
     the admin lists from the stylesheet, but added some top/bottom padding
     (<a href="http://project.geeklog.net/tracking/view.php?id=956">bug #0000956</a>).</li>
diff -r a3f1efd9d39d -r 3bea8d29e64c public_html/layout/professional/admin/story/storyeditor_advanced.thtml
--- a/public_html/layout/professional/admin/story/storyeditor_advanced.thtml	Sat Sep 05 18:45:52 2009 +0200
+++ b/public_html/layout/professional/admin/story/storyeditor_advanced.thtml	Sat Sep 05 19:01:38 2009 +0200
@@ -259,8 +259,10 @@
             <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
         </div>
     </form>
-    <div id="preview" style="width:99%; border:1px dashed grey;padding:5px;margin:10px;display:{show_preview};">
-        {preview_content}
+    <div id="preview" style="width:100%; border:1px dashed grey; padding:0; margin-top:10px; display:{show_preview};">
+        <div style="margin:10px;">
+            {preview_content}
+        </div>
     </div>
 
     <script type="text/javascript">



More information about the geeklog-cvs mailing list