Commit 73546980 authored by Romain Courteaud's avatar Romain Courteaud

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

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