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