Commit 43a8e2ae authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: show radiofield vertically

parent c67bc8aa
......@@ -1631,6 +1631,9 @@ div.invisible_footer .document_table nav {
/**********************************************
* Radio field
**********************************************/
div[data-gadget-url$="gadget_erp5_field_radio.html"] {
display: inline-grid;
}
div[data-gadget-url$="gadget_erp5_field_radio.html"] label {
display: inline;
}
......
......@@ -248,7 +248,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>1009.18653.16090.52258</string> </value>
<value> <string>1013.58761.41247.2474</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -268,7 +268,7 @@
</tuple>
<state>
<tuple>
<float>1687535887.84</float>
<float>1705411817.82</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -1911,6 +1911,7 @@ div[data-gadget-scope='erp5_searchfield'] {
* Radio field
**********************************************/
div[data-gadget-url$="gadget_erp5_field_radio.html"] {
display: inline-grid;
label {
// Ensure the label width do not use 100%
// in case of display block
......
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