Commit 899a0927 authored by Jérome Perrin's avatar Jérome Perrin

use a more precise selector rather than a global "table"

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40420 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 41a09523
......@@ -45,7 +45,8 @@
<table metal:define-macro="table"\n
tal:define="max_per_line python: 4;\n
cell_number python: len(module_category_list);\n
row_number python: (cell_number/max_per_line+1)">\n
row_number python: (cell_number/max_per_line+1)"\n
class="access_tab_table">\n
<tr tal:repeat="row python: xrange(row_number)">\n
<tal:block tal:repeat="module_category python: module_category_list[(row*max_per_line):((row+1)*max_per_line)]">\n
<td>\n
......
......@@ -12,7 +12,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts88398269.73</string> </value>
<value> <string>ts90176611.32</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -30,8 +30,6 @@
** tabber.js default style\n
**========================================================================================*/\n
\n
/* Replace code at erp5.css*/\n
\n
#tab_box > li.non_selected a span {\n
padding: 5px 8px 3px 0px !important;\n
}\n
......@@ -146,14 +144,13 @@ ul.tabbernav li.tabberactive a:hover\n
display: none;\n
}\n
\n
table {\n
table.access_tab_table {\n
width:100%;\n
}\n
\n
table tr td {\n
vertical-align:top;\n
}\n
\n
]]></string> </value>
......@@ -164,7 +161,7 @@ table tr td {\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>2673</int> </value>
<value> <int>2658</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
1045
\ No newline at end of file
1047
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment