Commit 075e87a0 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Do not display listbox link as block

Displaying link as block make the text difficult to select for user
parent 296d7d19
...@@ -1410,9 +1410,6 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button { ...@@ -1410,9 +1410,6 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button {
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) {
.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);
} }
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>965.40636.57908.38980</string> </value> <value> <string>965.41949.31139.17681</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1519123137.16</float> <float>1519201856.02</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1640,9 +1640,6 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1640,9 +1640,6 @@ div[data-gadget-scope='erp5_searchfield'] {
} }
@media @desktop, @tablet { @media @desktop, @tablet {
a {
display: block;
}
td:not(:last-child) { td:not(:last-child) {
border-right: 1px solid @listboxbordercolor; border-right: 1px solid @listboxbordercolor;
} }
......
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