Commit 37d762c3 authored by Boris Kocherov's avatar Boris Kocherov

erp5_web_renderjs_ui: .ui-content-fullscreen in gadget_erp5.css added

parent af007eef
......@@ -411,6 +411,15 @@ html body .ui-content-maximize {\n
height: 100%;\n
width: 100%;}\n
\n
/* Fullscreen content section */\n
.ui-content-fullscreen {\n
position: fixed;\n
top: 0; left: 0; right: 0; bottom: 0;\n
height: auto;\n
z-index: 2000;\n
}\n
\n
\n
/*\n
-------------------------------------------------------------------------\n
---------------------- Form Field Positioning ---------------------------\n
......
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