Layout improvements. Change default inner padding for html_frame_start() from 5 to 0, this
lets us eliminate the white spacing between frames and their contents. Add in a div.default_container class that has a 5px padding to replace the now not present default spacing.
This commit is contained in:
@@ -619,7 +619,7 @@ class testData{
|
||||
echo '<a href="'.BASE.'/help/?sTopic=maintainer_ratings" target="_blank">Rating definitions</a></td></tr>',"\n";
|
||||
// extra comments
|
||||
echo '<tr valign=top><td class="color1"><b>Extra comments</b></td>',"\n";
|
||||
echo '<td class="color0"><textarea name="sComments" rows=10 cols=35>';
|
||||
echo '<td class="color0"><textarea name="sComments" rows=10 cols=65>';
|
||||
echo $this->sComments.'</textarea></td></tr>',"\n";
|
||||
|
||||
echo '<input type="hidden" name="iVersionId" value="'.$this->iVersionId.'" >';
|
||||
|
||||
Reference in New Issue
Block a user