Commit c9b00aaf authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Match all listbox iframe instead of a specific class

parent 1c593889
...@@ -1184,7 +1184,7 @@ div[data-gadget-scope='header'] .ui-header ul { ...@@ -1184,7 +1184,7 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content .bottom iframe { .gadget-content .bottom iframe {
height: 80vh; height: 80vh;
} }
.gadget-content .bottom .listbox-gadget iframe { .gadget-content .bottom div[data-gadget-url$="gadget_erp5_field_listbox.html"] iframe {
height: 30vh; height: 30vh;
} }
.gadget-content form .ui-field-contain { .gadget-content form .ui-field-contain {
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>969.29296.7489.35123</string> </value> <value> <string>969.29354.31833.58624</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>1533742709.1</float> <float>1533747628.29</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1380,7 +1380,7 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -1380,7 +1380,7 @@ div[data-gadget-scope='header'] .ui-header {
iframe { iframe {
height: 80vh; height: 80vh;
} }
.listbox-gadget { div[data-gadget-url$="gadget_erp5_field_listbox.html"] {
iframe { iframe {
height: 30vh; height: 30vh;
} }
......
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