Commit 77ff21b8 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Reduce iframe height

Iframe are only used with the editors, which now have a maximize feature
parent 9704b9b5
...@@ -424,7 +424,7 @@ svg text { ...@@ -424,7 +424,7 @@ svg text {
} }
iframe { iframe {
width: 100%; width: 100%;
height: 80vh; height: 20em;
background-color: #FFFFFF; background-color: #FFFFFF;
} }
img { img {
......
...@@ -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.11726.55807.5120</string> </value> <value> <string>965.11760.24459.2133</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>1517389540.5</float> <float>1517390712.66</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -538,7 +538,7 @@ svg { ...@@ -538,7 +538,7 @@ svg {
iframe { iframe {
width: 100%; width: 100%;
height: 80vh; height: 20em;
background-color: @colorbackground; background-color: @colorbackground;
} }
......
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