Commit 1bea00c3 authored by Romain Courteaud's avatar Romain Courteaud Committed by Jérome Perrin

[erp5_web_renderjs_ui] Add some space between the searchbar and the form

parent af085226
......@@ -1312,6 +1312,7 @@ div[data-gadget-scope='header'] .ui-header ul {
**********************************************/
div[data-gadget-scope='erp5_searchfield'] {
padding-top: 6pt;
padding-bottom: 6pt;
}
div[data-gadget-scope='erp5_searchfield'] .ui-input-text {
display: flex;
......
......@@ -246,7 +246,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>979.31949.22012.24268</string> </value>
<value> <string>979.51829.41265.35805</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -264,7 +264,7 @@
</tuple>
<state>
<tuple>
<float>1572528995.81</float>
<float>1574429069.76</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -1542,6 +1542,7 @@ div[data-gadget-scope='header'] .ui-header {
**********************************************/
div[data-gadget-scope='erp5_searchfield'] {
padding-top: @margin-size;
padding-bottom: @margin-size;
.ui-input-text {
display: flex;
......@@ -3491,4 +3492,4 @@ hmtl .ui-icon-carat-u::before{
}
.ui-icon-clone::before {
content: "\f24d";
}
}
\ No newline at end of file
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