Commit 3a2c0782 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_web_renderjs_ui: fix width for six-column grid

this is an issue for layout of six-column grid since 16.667 * 6  > 100

/reviewed-on nexedi/erp5!279
parent 76e39605
......@@ -1715,7 +1715,7 @@ html .ui-controlgroup-controls ~.ui-controlgroup-controls {
.ui-grid-container > ul > li:first-child:nth-last-child(6) ~ li,
.ui-grid-container > ul.ui-grid-column-6 > li:first-child:nth-last-child(n),
.ui-grid-container > ul.ui-grid-column-6 > li:first-child:nth-last-child(n) ~ li {
width: 16.667%;
width: 16.666%;
}
.ui-grid-container > ul > li:first-child:nth-last-child(7),
.ui-grid-container > ul > li:first-child:nth-last-child(7) ~ li,
......
......@@ -224,7 +224,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>959.29053.40806.62156</string> </value>
<value> <string>959.26374.14159.14984</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -242,7 +242,7 @@
</tuple>
<state>
<tuple>
<float>1495094270.28</float>
<float>1496323644.36</float>
<string>UTC</string>
</tuple>
</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