Commit 66387be6 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_web_renderjs_ui: Add Maximize content CSS rule

parent db3c9fcf
...@@ -399,7 +399,17 @@ html.ui-mobile body form .ui-content-header-inline {\n ...@@ -399,7 +399,17 @@ html.ui-mobile body form .ui-content-header-inline {\n
padding-bottom: 1em;\n padding-bottom: 1em;\n
}\n }\n
\n \n
\n /* Maximize content section*/\n
html body .ui-content-maximize {\n
position: fixed;\n
right: 0;\n
bottom: 0;\n
top: 2.4em !important;\n
left: 0 !important;\n
z-index: 900 !important;\n
overflow: hidden !important;\n
height: 100%;\n
width: 100%;}\n
\n \n
/*\n /*\n
-------------------------------------------------------------------------\n -------------------------------------------------------------------------\n
...@@ -5114,7 +5124,7 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n ...@@ -5114,7 +5124,7 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>zope</string> </value> <value> <string>cedric.le.ninivin</string> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -5128,7 +5138,7 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n ...@@ -5128,7 +5138,7 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>944.18481.169.54254</string> </value> <value> <string>945.32762.57047.24388</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -5146,8 +5156,8 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n ...@@ -5146,8 +5156,8 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1436538928.6</float> <float>1441376614.38</float>
<string>GMT</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
</object> </object>
......
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