Commit b5fca5ba authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Increase the size of the editors when placed in the bottom group

parent fd299b3d
......@@ -1172,6 +1172,9 @@ div[data-gadget-scope='header'] .ui-header ul {
flex: 7;
}
}
.gadget-content .bottom iframe {
height: 80vh;
}
.gadget-content form .ui-field-contain {
position: relative;
}
......
......@@ -242,7 +242,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>965.39414.45181.36300</string> </value>
<value> <string>965.40636.57908.38980</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -260,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>1519049802.38</float>
<float>1519123137.16</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -1364,6 +1364,14 @@ div[data-gadget-scope='header'] .ui-header {
}
}
// Increase the size of the editors when placed
// in the bottom group
.bottom {
iframe {
height: 80vh;
}
}
/*
@media @smartphone {
.ui-field-contain {
......
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