messagingapp/msgui/conversationview/resources/layouts/msgconversationwidget.css
changeset 34 84197e66a4bd
parent 27 e4592d119491
child 43 35b64624a9e7
--- a/messagingapp/msgui/conversationview/resources/layouts/msgconversationwidget.css	Fri Jun 04 10:25:39 2010 +0100
+++ b/messagingapp/msgui/conversationview/resources/layouts/msgconversationwidget.css	Fri Jun 11 13:35:48 2010 +0300
@@ -86,7 +86,6 @@
   left:-var(hb-param-margin-gene-left);
   top:-var(hb-param-margin-gene-top);
   bottom:var(hb-param-margin-gene-middle-vertical);
-  right:var(hb-param-margin-gene-middle-horizontal);
   text-align:left;
   text-height:var(hb-param-text-height-primary);
   font-variant:primary;
@@ -115,7 +114,8 @@
 
 MsgConversationWidget::attachment
 {
-  right:1.0un;
+  right:var(hb-param-margin-gene-right);
+  left:-var(hb-param-margin-gene-middle-horizontal);
   center-vertical:0.0un;
   aspect-ratio:ignore;
   size-policy:fixed fixed;
@@ -127,7 +127,7 @@
 
 MsgConversationWidget::priority
 {
-  right:0.5un;
+  left:-var(hb-param-margin-gene-middle-horizontal);
   center-vertical:0.0un;
   aspect-ratio:ignore;
   size-policy:fixed fixed;
@@ -142,13 +142,14 @@
   left:-var(hb-param-margin-gene-left);
   right:1.0un;
   bottom:var(hb-param-margin-gene-middle-vertical);
-  aspect-ratio:keep;
+  /*aspect-ratio:keep;*/
   /*max-width:var(bubble_width);*/
-  max-width:41.36un;
-  max-height:31.02un;
+  /*max-width:41.36un;
+  max-height:31.02un;*/
   /*max-height:var(bubble_height);*/
-  min-width:16un;
-  min-height:12un;
+  /*min-width:16un;
+  min-height:12un;*/
+  size-policy:fixed fixed;
 }
 
 MsgConversationWidget[hasImage="true"]::preview:landscape
@@ -156,11 +157,12 @@
   left:-var(hb-param-margin-gene-left);
   top:-var(hb-param-margin-gene-top);
   bottom:var(hb-param-margin-gene-bottom);
-  aspect-ratio:keep;
+  /*aspect-ratio:keep;
   max-width:41.36un;
   max-height:31.02un;
   min-width:16un;
-  min-height:12un;
+  min-height:12un;*/
+  size-policy:fixed fixed;
 }
 
 /****************************** TIMESTAMP TEXT ********************************/