Commit f6d97496 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Increase font size to prevent IOS auto zooming when focusing input field

parent 7a5d6b21
...@@ -164,7 +164,7 @@ input, ...@@ -164,7 +164,7 @@ input,
textarea, textarea,
select { select {
font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-family: 'Open Sans', Helvetica, Arial, sans-serif;
font-size: 11pt; font-size: 12pt;
font-weight: 400; font-weight: 400;
line-height: 1.3; line-height: 1.3;
} }
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>952.42875.62060.46250</string> </value> <value> <string>952.42909.35646.3532</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1468917075.02</float> <float>1468919909.65</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
* Shared * Shared
**********************************************/ **********************************************/
@font-family: @sans-serif; @font-family: @sans-serif;
@font-size: 11pt; @font-size: 12pt;
@font-weight: 400; @font-weight: 400;
@line-height: 1.3; @line-height: 1.3;
......
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