emailuis/nmailui/conf/nmviewerheader.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 04 Oct 2010 00:05:37 +0300
changeset 75 47d84de1c893
parent 23 2dc6caa42ec3
permissions -rw-r--r--
Revision: 201037 Kit: 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;
}