messagingapp/msgui/unifiedviewer/resources/layouts/univiewerdetailswidget.css
changeset 27 e4592d119491
parent 25 84d9eb65b26f
child 47 5b14749788d7
--- a/messagingapp/msgui/unifiedviewer/resources/layouts/univiewerdetailswidget.css	Mon May 03 12:29:07 2010 +0300
+++ b/messagingapp/msgui/unifiedviewer/resources/layouts/univiewerdetailswidget.css	Fri May 14 15:49:35 2010 +0300
@@ -19,7 +19,7 @@
   text-height:var(hb-param-text-height-secondary);
   text-line-count-min:1;
   text-line-count-max:1;
-  text-align: left;
+  text-align:left center;
  }
 
 UniViewerDetailsWidget::subjectLabel
@@ -31,16 +31,15 @@
   text-height:var(hb-param-text-height-primary);
   text-line-count-min:1;
   text-line-count-max:10;
-  text-align:left;
+  text-align:left center;
 }
 
 UniViewerDetailsWidget::priorityIcon
 {
   top:-var(hb-param-margin-gene-top);
   right:var(hb-param-margin-gene-right);
-  aspect-ratio:ignore;
-  size-policy:fixed fixed;
   pref-width:var(hb-param-graphic-size-secondary);
   pref-height:var(hb-param-graphic-size-secondary);
+  size-policy:fixed fixed;
 }