[Erp5-report] r40420 jerome - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: Skin...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Nov 19 15:41:24 CET 2010
Author: jerome
Date: Fri Nov 19 15:41:23 2010
New Revision: 40420
URL: http://svn.erp5.org?rev=40420&view=rev
Log:
use a more precise selector rather than a global "table"
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderActionList.xml
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/tabber_style.css.xml
erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderActionList.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderActionList.xml?rev=40420&r1=40419&r2=40420&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderActionList.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/ERP5Site_renderActionList.xml [utf8] Fri Nov 19 15:41:23 2010
@@ -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
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/tabber_style.css.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/tabber_style.css.xml?rev=40420&r1=40419&r2=40420&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/tabber_style.css.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_access_tab/tabber_style.css.xml [utf8] Fri Nov 19 15:41:23 2010
@@ -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>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=40420&r1=40419&r2=40420&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Fri Nov 19 15:41:23 2010
@@ -1 +1 @@
-1045
\ No newline at end of file
+1047
\ No newline at end of file
More information about the Erp5-report
mailing list