diff -r 4e54af54a4a1 -r 6c59112cfd31 emailuis/nmailuiwidgets/resources/nmrecipientlineedit.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emailuis/nmailuiwidgets/resources/nmrecipientlineedit.css Thu Sep 30 11:43:07 2010 +0300 @@ -0,0 +1,18 @@ +NmRecipientLineEdit{ + layout:default; + text-align: left; +} + +NmRecipientLineEdit::text{ + left: -var(hb-param-margin-gene-middle-horizontal); + right: var(hb-param-margin-gene-middle-horizontal); + top: -expr(var(hb-param-margin-gene-top)-4px); + bottom: expr(var(hb-param-margin-gene-bottom)-4px); +} + +/* + Added font information LineEdit in DataFormItem case , its needed to pass loc test of dataform "qtl_dataform_editor_sec". +*/ +HbDataFormViewItem > NmRecipientLineEdit { + font-variant:secondary; /* still loclization id xls its not updated to have correct infor , temporary setting font to secondary */ +}