[py-svn] r43575 - in py/trunk/py/test/rsession: . webdata

fijal at codespeak.net fijal at codespeak.net
Wed May 23 17:03:47 CEST 2007


Author: fijal
Date: Wed May 23 17:03:46 2007
New Revision: 43575

Modified:
   py/trunk/py/test/rsession/webdata/index.html
   py/trunk/py/test/rsession/webdata/source.js
   py/trunk/py/test/rsession/webjs.py
Log:
Whack CSS a bit to have dots which does not go under the navbar


Modified: py/trunk/py/test/rsession/webdata/index.html
==============================================================================
--- py/trunk/py/test/rsession/webdata/index.html	(original)
+++ py/trunk/py/test/rsession/webdata/index.html	Wed May 23 17:03:46 2007
@@ -20,6 +20,10 @@
         z-index: 2;
       }
 
+      div.main {
+        margin-right: 170px;
+      }
+
       .error {
         color: #F00;
         font-weight: bold;
@@ -32,6 +36,7 @@
         background-color: #ffd;
         border: 1px solid #003;
         z-index: 1;
+        width: 160px;
       }
 
       #navbar tr, #navbar td {
@@ -106,13 +111,15 @@
         </tr>
       </tbody>
     </table>
-    <table id="main_table">
-    </table>
+    <div class="main">
+      <table id="main_table">
+      </table>
     <fieldset id="messagebox_fieldset">
       <legend><b>Data [<a href="javascript:hide_messagebox()">hide</a>]:</b></legend>
       <a name="message"> </a>
       <div id="messagebox"></div>
     </fieldset>
+    </div>
     <a name="aftermessage"> </a>
     <div id="testmain"></div>
   </body>

Modified: py/trunk/py/test/rsession/webdata/source.js
==============================================================================
Binary files. No diff available.

Modified: py/trunk/py/test/rsession/webjs.py
==============================================================================
--- py/trunk/py/test/rsession/webjs.py	(original)
+++ py/trunk/py/test/rsession/webjs.py	Wed May 23 17:03:46 2007
@@ -156,7 +156,7 @@
         td.appendChild(link)
         exported_methods.show_fail(item_name, fail_come_back)
         
-    if counters[msg['fullmodulename']] % MAX_COUNTER == 0:
+    if counters[msg['fullmodulename']] == 0:
         tr = create_elem("tr")
         module_part.appendChild(tr)
 


More information about the py-svn mailing list