Commit fee895ae authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Reduce listbox header bottom padding

parent 3266b44e
...@@ -1302,7 +1302,8 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button { ...@@ -1302,7 +1302,8 @@ div[data-gadget-scope='erp5_searchfield'] div.search_parsed_value button {
} }
.document_table .ui-table-header { .document_table .ui-table-header {
display: flex; display: flex;
padding-bottom: 6pt; padding-top: 3pt;
padding-bottom: 3pt;
} }
@media not screen and (min-width: 45em) { @media not screen and (min-width: 45em) {
.document_table .ui-table-header { .document_table .ui-table-header {
......
...@@ -260,7 +260,7 @@ ...@@ -260,7 +260,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1517478641.81</float> <float>1517479032.59</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -1529,7 +1529,8 @@ div[data-gadget-scope='erp5_searchfield'] { ...@@ -1529,7 +1529,8 @@ div[data-gadget-scope='erp5_searchfield'] {
.ui-table-header { .ui-table-header {
display: flex; display: flex;
padding-bottom: @margin-size; padding-top: @half-margin-size;
padding-bottom: @half-margin-size;
@media @smartphone { @media @smartphone {
border-bottom: 2px solid @colorsubheaderbackground; border-bottom: 2px solid @colorsubheaderbackground;
} }
......
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