Commit 95a8bd17 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_web_renderjs_ui: Improve CSS

parent 09571bdc
...@@ -1369,6 +1369,14 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button { ...@@ -1369,6 +1369,14 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button {
-o-text-overflow: ellipsis; -o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis; -ms-text-overflow: ellipsis;
} }
div[data-gadget-scope='field_listbox'] .graphic_section {
text-align: center;
padding-bottom: 0.3em;
}
div[data-gadget-scope='field_listbox'] .graphic_section select {
width: 50%;
font-size: 12pt;
}
.document_table .ui-table-header { .document_table .ui-table-header {
display: flex; display: flex;
padding-top: 3pt; padding-top: 3pt;
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>994.3632.12543.15360</string> </value> <value> <string>994.39809.40344.18312</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>1628775377.47</float> <float>1630946631.88</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -251,7 +251,6 @@ ...@@ -251,7 +251,6 @@
title: gadget.state.x_title || gadget.state.title title: gadget.state.x_title || gadget.state.title
}]; }];
for (i = 0; i < row_list.length; i += 1) { for (i = 0; i < row_list.length; i += 1) {
console.log([gadget.state.x, gadget.state.y]);
data_list[0].value_dict['0'].push( data_list[0].value_dict['0'].push(
row_list[i].value[gadget.state.x] row_list[i].value[gadget.state.x]
); );
...@@ -353,7 +352,7 @@ ...@@ -353,7 +352,7 @@
"value_type": "number" "value_type": "number"
} }
}, },
title: gadget.state.title title: ""
} }
} }
}); });
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>994.34490.6237.36642</string> </value> <value> <string>994.39820.35843.53213</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>1630629853.6</float> <float>1630946760.9</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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