Commit ac15b3c7 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: radio field: ensure the label width do not use 100%

parent 168a9e1f
Pipeline #14041 failed with stage
in 0 seconds
...@@ -1630,6 +1630,12 @@ div.invisible_footer .document_table nav { ...@@ -1630,6 +1630,12 @@ div.invisible_footer .document_table nav {
cursor: pointer; cursor: pointer;
} }
/********************************************** /**********************************************
* Radio field
**********************************************/
div[data-gadget-url$="gadget_erp5_field_radio.html"] label {
display: inline;
}
/**********************************************
* Notification * Notification
**********************************************/ **********************************************/
div[data-gadget-scope='notification'] { div[data-gadget-scope='notification'] {
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>989.60433.59989.54698</string> </value> <value> <string>990.31225.42814.19421</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1612969527.49</float> <float>1614875251.37</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1908,6 +1908,19 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1908,6 +1908,19 @@ div[data-gadget-scope='erp5_searchfield'] {
} }
/**********************************************
* Radio field
**********************************************/
div[data-gadget-url$="gadget_erp5_field_radio.html"] {
label {
// Ensure the label width do not use 100%
// in case of display block
// as user may by mistake change the value
// when clicking on a blanck area
display: inline;
}
}
/********************************************** /**********************************************
* Notification * Notification
**********************************************/ **********************************************/
......
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