Commit a4df1d40 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: fixup! do not expand every field's div

Ensure float/integer field can align right on the listbox
See cfbc621b
parent ed84c574
...@@ -1608,6 +1608,9 @@ div.invisible_header .document_table .ui-table-header { ...@@ -1608,6 +1608,9 @@ div.invisible_header .document_table .ui-table-header {
div.invisible_footer .document_table nav { div.invisible_footer .document_table nav {
display: none; display: none;
} }
.document_table tbody tr td div {
width: 100%;
}
.document_table tbody tr td:first-child input.hide_element[type="checkbox"] { .document_table tbody tr td:first-child input.hide_element[type="checkbox"] {
display: none; display: none;
} }
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>989.27549.43950.31078</string> </value> <value> <string>989.49292.64608.7680</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1611220748.32</float> <float>1612445457.98</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1871,6 +1871,9 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1871,6 +1871,9 @@ div[data-gadget-scope='erp5_searchfield'] {
tbody { tbody {
tr { tr {
td { td {
div {
width: 100%
}
// In select mode, hide the listbox line checkbox. // In select mode, hide the listbox line checkbox.
// Instead, display an icon before the first label // Instead, display an icon before the first label
// (it is only to make the checkbox rendering nicer) // (it is only to make the checkbox rendering nicer)
......
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