emailuis/nmailui/conf/nmviewerheader.css
author hgs
Wed, 15 Sep 2010 12:09:55 +0300
changeset 68 83cc6bae1de8
parent 23 2dc6caa42ec3
permissions -rw-r--r--
201037

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;
}