Commit 3e3910d9 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Add margin between listviews

parent 20a0fe57
......@@ -871,6 +871,9 @@ div[data-gadget-scope='header'] .ui-header ul a {
.gadget-content .ui-content-title {
font-size: 150%;
}
.gadget-content ul.document-listview {
margin-bottom: 2em;
}
.gadget-content ul.document-listview li {
border-color: rgba(0, 0, 0, 0.3);
border-width: 1px;
......
......@@ -236,7 +236,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>952.52952.2866.39065</string> </value>
<value> <string>952.52975.15426.443</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -254,7 +254,7 @@
</tuple>
<state>
<tuple>
<float>1469522486.34</float>
<float>1469522892.49</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -1001,6 +1001,7 @@ div[data-gadget-scope='header'] .ui-header {
}
ul.document-listview {
margin-bottom: 2em;
li {
border-color: rgba(0, 0, 0, 0.3);
border-width: 1px;
......
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