emailuis/nmailuiwidgets/resources/nmrecipientlineedit.css
changeset 74 6c59112cfd31
equal deleted inserted replaced
69:4e54af54a4a1 74:6c59112cfd31
       
     1 NmRecipientLineEdit{
       
     2     layout:default;
       
     3     text-align: left;
       
     4 }
       
     5 
       
     6 NmRecipientLineEdit::text{
       
     7     left: -var(hb-param-margin-gene-middle-horizontal);
       
     8     right: var(hb-param-margin-gene-middle-horizontal);
       
     9     top: -expr(var(hb-param-margin-gene-top)-4px);
       
    10     bottom: expr(var(hb-param-margin-gene-bottom)-4px);
       
    11 }
       
    12 
       
    13 /*
       
    14   Added font information LineEdit in DataFormItem case , its needed to pass loc test of dataform "qtl_dataform_editor_sec".
       
    15 */
       
    16 HbDataFormViewItem > NmRecipientLineEdit {
       
    17     font-variant:secondary; /* still loclization id xls its not updated to have correct infor , temporary setting font to secondary  */
       
    18 }