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