Commit 4bfcfe73 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_xhtml_style] Drop deprecated align attribute

parent 4bf7ba24
...@@ -423,7 +423,7 @@ ...@@ -423,7 +423,7 @@
<td class="listbox-table-anchor-cell" tal:condition="show_anchor_column">&nbsp;</td> <td class="listbox-table-anchor-cell" tal:condition="show_anchor_column">&nbsp;</td>
<td class="listbox-table-select-cell" tal:condition="show_select_column">&nbsp;</td> <td class="listbox-table-select-cell" tal:condition="show_select_column">&nbsp;</td>
<tal:block tal:repeat="value here/getStatValueList"> <tal:block tal:repeat="value here/getStatValueList">
<td align="left" <td
class="listbox-table-data-cell" class="listbox-table-data-cell"
tal:define="original_value python: value[0]; processed_value python: value[1]" tal:define="original_value python: value[0]; processed_value python: value[1]"
tal:content="structure processed_value" /> tal:content="structure processed_value" />
......
...@@ -429,6 +429,10 @@ table.listbox input.listbox-select-action{ ...@@ -429,6 +429,10 @@ table.listbox input.listbox-select-action{
float:none; float:none;
} }
.listbox-table-data-cell {
text-align: left;
}
.listbox-table-data-cell > .figure{ .listbox-table-data-cell > .figure{
float:right; float:right;
display:block; display:block;
......
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