[Zope-CVS] CVS: Products/Zelenium/www - suiteView.zpt:1.4
Tres Seaver
tseaver at zope.com
Tue May 3 00:10:41 EDT 2005
Update of /cvs-repository/Products/Zelenium/www
In directory cvs.zope.org:/tmp/cvs-serv19319/www
Modified Files:
suiteView.zpt
Log Message:
- Give more space to show the test spec.
=== Products/Zelenium/www/suiteView.zpt 1.3 => 1.4 ===
--- Products/Zelenium/www/suiteView.zpt:1.3 Mon May 2 23:59:46 2005
+++ Products/Zelenium/www/suiteView.zpt Tue May 3 00:10:41 2005
@@ -64,13 +64,13 @@
tal:attributes="src options/suite_name | dynamic;"
></iframe>
</td>
- <td width="50%" height="30%" rowspan="2">
+ <td width="60%" height="30%" rowspan="2">
<iframe
id="testFrame"
name="testFrame"
> </iframe>
</td>
- <th width="25%" height="1" class="header">
+ <th width="15%" height="1" class="header">
<h1>
<a href="http://selenium.thoughtworks.com"
title="The Selenium Project">Selenium</a> TestRunner</h1>
More information about the Zope-CVS
mailing list