emailuis/nmailui/conf/nmviewerheader.css
author hgs
Thu, 30 Sep 2010 11:43:07 +0300
changeset 74 6c59112cfd31
parent 68 83cc6bae1de8
permissions -rw-r--r--
201039

NmViewerHeader{
  layout:customheader;
}

NmViewerHeader::sent{
  fixed-height: var(hb-param-text-height-secondary);   
  font-variant: secondary; 
  text-align: left;
}

NmViewerHeader::subject{
  text-height:var(hb-param-text-height-primary);
  font-variant:primary;
  text-align: left;
  text-line-count-min:1;
  text-line-count-max:3;
}

NmViewerHeader::prioicon{
  pref-height: var(hb-param-graphic-size-secondary);
  pref-width: var(hb-param-graphic-size-secondary); 
  size-policy: fixed fixed;   
}

HbTextEdit#toField::text{
    left: 4;
    right: 4;
    top: 0;
    bottom: 0;
}