emailuis/nmailuiwidgets/resources/nmrecipientlineedit.css
author hgs
Thu, 30 Sep 2010 11:43:07 +0300
changeset 74 6c59112cfd31
permissions -rw-r--r--
201039

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  */
}