Commit 0829bca2 authored by Ayush Tiwari's avatar Ayush Tiwari Committed by Ayush Tiwari

[erp5_web_renderjs_ui]: Size of iframe for diff gadget should be smaller

parent 2f121c19
......@@ -1184,6 +1184,9 @@ div[data-gadget-scope='header'] .ui-header ul {
.gadget-content .bottom iframe {
height: 80vh;
}
.gadget-content .bottom .listbox-gadget iframe {
height: 30vh;
}
.gadget-content form .ui-field-contain {
position: relative;
}
......
......@@ -242,7 +242,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>966.44071.41960.10069</string> </value>
<value> <string>968.25443.27134.59272</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -260,8 +260,8 @@
</tuple>
<state>
<tuple>
<float>1523030992.07</float>
<string>GMT+2</string>
<float>1529663033.9</float>
<string>UTC</string>
</tuple>
</state>
</object>
......
......@@ -1380,6 +1380,11 @@ div[data-gadget-scope='header'] .ui-header {
iframe {
height: 80vh;
}
.listbox-gadget {
iframe {
height: 30vh;
}
}
}
/*
......
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