Commit 826c4ccd authored by Jérome Perrin's avatar Jérome Perrin

specify "white-space: nowrap" to prevent splitting action names if they are too long

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26020 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 22ca41cc
......@@ -53,7 +53,7 @@
<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
<div style="width:25%; min-width:150px; float:left;"\n
<div style="width:25%; min-width:150px; float:left; white-space:nowrap;"\n
tal:define="module_list python:module_category[1]">\n
<ul style="list-style-type:none; padding-left:10px;">\n
<li style="font-weight:bold; color:#002e3f;" i18n:translate=""\n
......
......@@ -53,7 +53,7 @@
<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
<div style="width:25%; min-width:150px; float:left;"\n
<div style="width:25%; min-width:150px; float:left; white-space:nowrap;"\n
class="tabbertabcont"\n
tal:define="module_list python:module_category[1]">\n
<ul style="list-style-type:none; padding-left:10px;"\n
......
......@@ -56,7 +56,7 @@
<div style="width:25%; min-width:150px; float:left;"\n
class="tabbertabcont"\n
tal:define="module_list python:module_category[1]">\n
<ul style="list-style-type:none; padding-left:10px;"\n
<ul style="list-style-type:none; padding-left:10px; white-space:nowrap;"\n
tal:condition="python:module_list">\n
<li style="font-weight:bold; color:#002e3f;" i18n:translate=""\n
tal:content="python:module_category[0]" />\n
......
......@@ -53,7 +53,7 @@
<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
<div style="width:25%; min-width:150px; float:left;"\n
<div style="width:25%; min-width:150px; float:left; white-space:nowrap;"\n
class="tabbertabcont"\n
tal:define="module_list python:module_category[1]">\n
<ul style="list-style-type:none; padding-left:10px;"\n
......
......@@ -56,7 +56,7 @@
<div style="width:25%; min-width:150px; float:left;"\n
class="tabbertabcont"\n
tal:define="module_list python:module_category[1]">\n
<ul style="list-style-type:none; padding-left:10px;"\n
<ul style="list-style-type:none; padding-left:10px; white-space:nowrap;"\n
tal:condition="python:module_list">\n
<li style="font-weight:bold; color:#002e3f;" i18n:translate=""\n
tal:content="python:module_category[0]" />\n
......
......@@ -53,7 +53,7 @@
<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
<div style="width:25%; min-width:150px; float:left;"\n
<div style="width:25%; min-width:150px; float:left; white-space: nowrap;"\n
tal:define="module_list python:module_category[1]">\n
<ul style="list-style-type:none; padding-left:10px;">\n
<li style="font-weight:bold; color:#002e3f;"\n
......
657
\ No newline at end of file
658
\ 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