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