Commit e231b013 authored by Romain Courteaud's avatar Romain Courteaud Committed by Rafael Monnerat

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 81027ede
......@@ -1608,6 +1608,9 @@ div.invisible_header .document_table .ui-table-header {
div.invisible_footer .document_table nav {
display: none;
}
.document_table tbody tr td div {
width: 100%;
}
.document_table tbody tr td:first-child input.hide_element[type="checkbox"] {
display: none;
}
......
......@@ -246,7 +246,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>989.27549.43950.31078</string> </value>
<value> <string>989.49292.64608.7680</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -264,7 +264,7 @@
</tuple>
<state>
<tuple>
<float>1611220748.32</float>
<float>1612445457.98</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -1871,6 +1871,9 @@ div[data-gadget-scope='erp5_searchfield'] {
tbody {
tr {
td {
div {
width: 100%
}
// In select mode, hide the listbox line checkbox.
// Instead, display an icon before the first label
// (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