Commit 3c26bfd6 authored by Georgios Dagkakis's avatar Georgios Dagkakis

rjs_gadget_erp5_css: add ui-input-has-multiline class

parent e305f0aa
...@@ -1371,6 +1371,13 @@ html .ui-table-header:before { ...@@ -1371,6 +1371,13 @@ html .ui-table-header:before {
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 0;
} }
/* multiline */
.ui-input-has-multiline {
padding-left: 2.375em;
}
.ui-input-has-multiline textarea {
width: 100%;
}
/* correctly display loader TODO: REMOVE */ /* correctly display loader TODO: REMOVE */
html body .ui-input-has-clear .ui-icon-spinner:after { html body .ui-input-has-clear .ui-icon-spinner:after {
font-size: 1.5em; font-size: 1.5em;
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>949.22640.50771.7816</string> </value> <value> <string>951.6248.60986.31163</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1456317267.11</float> <float>1462873727.38</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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