updated tabbed dialog API
[citadel.git] / webcit / static / trailing.html
index 818f234102fd492d0ab2a3a065075cda8669b46b..8148bfbc347a6376a0f7ed173afecedb358f6729 100644 (file)
@@ -1,9 +1,11 @@
-<! start trailing.html>
+<!-- start trailing.html -->
 <script type="text/javascript">
- Rounded("div.box", "small transparent top bottom");
- Rounded("form.box", "small transparent top bottom");
- Rounded("li.tablabel", "small transparent left");
- Rounded("div.tabcontent", "small transparent right");
+ Rounded("div.box", "big transparent top bottom");
+ Rounded("form.box", "big transparent top bottom");
+ Rounded("div.boxlabel", "big transparent top");
+ Rounded("li.tablabel", "small transparent top");
+ Rounded("div.tabcontent", "big transparent bottom");
+ Rounded("div.tabcontent_submit", "big transparent bottom");
 </script>
 </div>
 </body>