Commit 613a4144 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Fix worklist rendering

parent d116b436
...@@ -850,6 +850,7 @@ div[data-gadget-scope='header'] .ui-header ul a { ...@@ -850,6 +850,7 @@ div[data-gadget-scope='header'] .ui-header ul a {
} }
.gadget-content ul.document-listview li a { .gadget-content ul.document-listview li a {
display: block; display: block;
position: relative;
padding: 0.7em 1em; padding: 0.7em 1em;
padding-right: 2.5em; padding-right: 2.5em;
color: #222222; color: #222222;
...@@ -876,7 +877,7 @@ div[data-gadget-scope='header'] .ui-header ul a { ...@@ -876,7 +877,7 @@ div[data-gadget-scope='header'] .ui-header ul a {
border: 1px solid rgba(0, 0, 0, 0.14); border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: 0.325em; border-radius: 0.325em;
position: absolute; position: absolute;
right: 1.5em; right: .5em;
} }
@media only screen and (min-width: 62em) { @media only screen and (min-width: 62em) {
.gadget-content .left, .gadget-content .left,
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>952.43232.32404.12953</string> </value> <value> <string>952.43237.60126.16605</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1468938362.25</float> <float>1468938671.47</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -978,6 +978,7 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -978,6 +978,7 @@ div[data-gadget-scope='header'] .ui-header {
a { a {
display: block; display: block;
position: relative;
padding: 0.7em 1em; padding: 0.7em 1em;
padding-right: 2.5em; padding-right: 2.5em;
...@@ -1007,7 +1008,7 @@ div[data-gadget-scope='header'] .ui-header { ...@@ -1007,7 +1008,7 @@ div[data-gadget-scope='header'] .ui-header {
border: 1px solid rgba(0, 0, 0, 0.14); border: 1px solid rgba(0, 0, 0, 0.14);
border-radius: @radius; border-radius: @radius;
position: absolute; position: absolute;
right: 1.5em; right: .5em;
} }
} }
......
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