Commit ede700a7 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_web_renderjs_ui: Add dedicated class to make the whole listbox line clickable

parent 684a7451
...@@ -1480,6 +1480,10 @@ div.invisible_header .document_table .ui-table-header { ...@@ -1480,6 +1480,10 @@ div.invisible_header .document_table .ui-table-header {
background-color: #e0e0e0; background-color: #e0e0e0;
} }
@media not screen and (max-width: 85em), only screen and (min-width: 45em) and (max-width: 85em) { @media not screen and (max-width: 85em), only screen and (min-width: 45em) and (max-width: 85em) {
.listbox_link_is_the_whole_line .document_table table tbody a {
display: block;
}
.document_table table tbody td:not(:last-child) { .document_table table tbody td:not(:last-child) {
border-right: 1px solid rgba(0, 0, 0, 0.14902); border-right: 1px solid rgba(0, 0, 0, 0.14902);
} }
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>zope</string> </value> <value> <string>cedric.le.ninivin</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>990.6663.38009.56354</string> </value> <value> <string>1019.5347.56509.15052</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1613660719.23</float> <float>1729022729.82</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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