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