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