Commit beb59261 authored by iv's avatar iv

erp5_web_renderjs_ui: Add CSS rule for not changing 'pre' blocks fonts properties.

parent 68cc31fc
...@@ -156,6 +156,12 @@ html.ui-mobile body .ui-header .ui-title .ui-btn {\n ...@@ -156,6 +156,12 @@ html.ui-mobile body .ui-header .ui-title .ui-btn {\n
}\n }\n
}\n }\n
\n \n
/* force all code to look like code */\n
html.ui-mobile body div pre * {\n
font-family: inherit;\n
font-size: inherit;\n
}\n
\n
/* from here on in % of whatever is set above */\n /* from here on in % of whatever is set above */\n
.ui-content-header-section .ui-content-title {\n .ui-content-header-section .ui-content-title {\n
font-size: 500%;\n font-size: 500%;\n
...@@ -5209,7 +5215,7 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n ...@@ -5209,7 +5215,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>947.45547.56510.49527</string> </value> <value> <string>948.40163.31953.33774</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -5227,8 +5233,8 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n ...@@ -5227,8 +5233,8 @@ html .ui-panel .ui-content .ui-btn[class*="ui-icon-"]:after {\n
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1449763104.45</float> <float>1453373898.88</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