Commit 3d0114c0 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Drop monospace font for textarea and pre

parent 6da145d9
...@@ -272,7 +272,6 @@ xmp, ...@@ -272,7 +272,6 @@ xmp,
plaintext, plaintext,
listing { listing {
display: block; display: block;
font-family: "Courier New", Courier, monospace;
white-space: pre-wrap; white-space: pre-wrap;
} }
/********************************************** /**********************************************
...@@ -358,7 +357,6 @@ textarea { ...@@ -358,7 +357,6 @@ textarea {
height: 15em; height: 15em;
width: 100%; width: 100%;
margin: 0; margin: 0;
font-family: "Courier New", Courier, monospace;
} }
::-webkit-input-placeholder { ::-webkit-input-placeholder {
color: #575757; color: #575757;
......
...@@ -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.51885.8246.26521</string> </value> <value> <string>952.51887.37105.17459</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>1469457573.92</float> <float>1469518656.63</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -302,7 +302,7 @@ a { ...@@ -302,7 +302,7 @@ a {
pre, xmp, plaintext, listing { pre, xmp, plaintext, listing {
display: block; display: block;
font-family: @monospace; // font-family: @monospace;
white-space: pre-wrap; white-space: pre-wrap;
} }
...@@ -408,7 +408,7 @@ textarea { ...@@ -408,7 +408,7 @@ textarea {
height: 15em; height: 15em;
width: 100%; width: 100%;
margin: 0; margin: 0;
font-family: @monospace; // font-family: @monospace;
} }
::-webkit-input-placeholder { ::-webkit-input-placeholder {
......
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