Commit aa98bcae authored by Vincent Bechu's avatar Vincent Bechu

erp5_web_renderjs_ui: fix content-iframe-maximize class in css

parent fbdb4ec9
......@@ -1420,9 +1420,9 @@ div[data-gadget-scope='notification'] button {
.content-iframe-maximize {
left: 180pt;
top: 60pt;
width: calc(100vw - 180pt );
}
.content-iframe-maximize iframe {
width: calc(100vw - 180pt );
height: calc(100vh - 60pt );
}
}
......
......@@ -260,7 +260,7 @@
</tuple>
<state>
<tuple>
<float>1497345912.22</float>
<float>1497443563.95</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -1614,8 +1614,8 @@ div[data-gadget-scope='notification'] {
@media @desktop {
left: @panelwidth;
top: 2 * @headerheight;
width: ~"calc(100vw - "@panelwidth~")";
iframe {
width: ~"calc(100vw - "@panelwidth~")";
height: ~"calc(100vh - "2 * @headerheight~")";
}
}
......
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