コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
5936 ビュー

How can i add inline css in xml tag? 
<fieldname="date"/>
the css i wanted to add is below 
.o_field_widget.o_datepicker > input {

  1.     padding-right: 25px;

}
i copied this css by inspecting the element for ta date field

アバター
破棄
最善の回答

Hi,

You can add the inline css in XML as follows:-

<field name="date" style="padding-right: 25px;"/>


Regards

アバター
破棄
著作者

thank you so much cybrosys

関連投稿 返信 ビュー 活動
1
11月 22
4299
0
9月 22
2012
0
8月 23
1770
1
6月 25
1506
3
7月 25
3200