emailuis/nmailui/conf/nmviewerheader.css
changeset 18 578830873419
child 23 2dc6caa42ec3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/emailuis/nmailui/conf/nmviewerheader.css	Fri Apr 16 14:51:52 2010 +0300
@@ -0,0 +1,23 @@
+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::icon{
+  pref-height: var(hb-param-graphic-size-secondary);
+  pref-width: var(hb-param-graphic-size-secondary); 
+  size-policy: fixed fixed;   
+}
\ No newline at end of file