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