[extensions-web] Fix expandy-header on shell versions table



commit 2f44c65baf5540096d82b184c3e0f5ed523579bd
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Nov 27 21:05:07 2011 -0500

    Fix expandy-header on shell versions table

 .../templates/extensions/detail_edit.html          |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/sweettooth/extensions/templates/extensions/detail_edit.html b/sweettooth/extensions/templates/extensions/detail_edit.html
index 87fa387..e31d09b 100644
--- a/sweettooth/extensions/templates/extensions/detail_edit.html
+++ b/sweettooth/extensions/templates/extensions/detail_edit.html
@@ -84,12 +84,14 @@
     </table>
 
     <h2 class="expandy_header expanded"> Shell Versions </h2>
-    <p> Shell versions mapped to their associated extension versions </p>
-    <table id="extension_shell_versions_info">
-      <thead> <th> Shell Version </th> <th> Extension Version </th> </thead>
-      <tbody>
-      </tbody>
-    </table>
+    <div>
+      <p> Shell versions mapped to their associated extension versions </p>
+      <table id="extension_shell_versions_info">
+        <thead> <th> Shell Version </th> <th> Extension Version </th> </thead>
+        <tbody>
+        </tbody>
+      </table>
+    </div>
   {% endif %}
   {% endif %}
 {% endblock %}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]