Closed bug f77, minox fix to layout
authorGianluca Montecchi <gian@grys.it>
Fri, 31 Jul 2009 21:54:05 +0000 (23:54 +0200)
committerGianluca Montecchi <gian@grys.it>
Fri, 31 Jul 2009 21:54:05 +0000 (23:54 +0200)
.be/bugs/f77fc673-c852-4c81-bfa2-1d59de2661c8/values
becommands/html.py

index d585297c86f85dd70c0cd98086b6bfdae12f1151..5a7261bb635f20da8a37c7724264528793506b5f 100644 (file)
@@ -7,7 +7,7 @@ reporter: Gianluca Montecchi <gian@grys.it>
 severity: minor
 
 
-status: open
+status: fixed
 
 
 summary: Comment should be threaded in the html output
index 3f6d923e0259a8de92bfc5caf6191b872434a67a..eed7e566475a9ef98794ad2478ac119f3ef391ec 100644 (file)
@@ -118,8 +118,8 @@ class BEHTMLGen():
         .commentF {
         padding: 0px;
         margin: auto;
-        padding-top: 20px;
-        paddin-bottom: 40px;
+        padding-top: 0px;
+        paddin-bottom: 20px;
         margin-top: 0;
         }
         
@@ -502,9 +502,7 @@ class BEHTMLGen():
 
         detail_first_ = re.sub('_bug_id_', bug.uuid[0:3], self.detail_first)
         FD.write(detail_first_)
-        
-        
-        
+         
         bug_ = self.bd.bug_from_shortname(bug.uuid)
         bug_.load_comments(load_full=True)
         
@@ -553,8 +551,8 @@ class BEHTMLGen():
                             FD.write("<div class='commentF'>")
                         level = len(la)
                         x += 5
+                        FD.write("--------- Comment ---------<p />")
                         FD.write(com)
-                        FD.write("<hr />")
                 FD.write("</div>")
         FD.write(self.end_comment_section)
         if fileid == "active":