messagingapp/msgui/conversationview/resources/layouts/msgcontactcardwidget.css
changeset 27 e4592d119491
child 34 84197e66a4bd
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
       
     1 
       
     2 MsgContactCardWidget
       
     3 {
       
     4   layout:layout-msg-mycard;
       
     5   zvalue:3;
       
     6 }
       
     7 
       
     8 MsgContactCardWidget::avatar
       
     9 {
       
    10   left:-var(hb-param-margin-gene-left);
       
    11   top:-1.0un;
       
    12   bottom:1.0un;
       
    13   aspect-ratio:ignore;
       
    14   size-policy:fixed fixed;
       
    15   pref-width:var(hb-param-graphic-size-primary-large);
       
    16   pref-height:var(hb-param-graphic-size-primary-large);
       
    17 }
       
    18 
       
    19 MsgContactCardWidget::presence
       
    20 {
       
    21   right:var(hb-param-margin-gene-right);
       
    22   center-vertical:0un;
       
    23   size-policy:fixed fixed;
       
    24   pref-width:var(hb-param-graphic-size-secondary);
       
    25   pref-hieght:var(hb-param-graphic-size-secondary);
       
    26 }
       
    27 
       
    28 MsgContactCardWidget::addressText
       
    29 {
       
    30   left:-var(hb-param-margin-gene-middle-horizontal);
       
    31   right:var(hb-param-margin-gene-middle-horizontal);
       
    32   center-vertical:0un;
       
    33   text-height:var(hb-param-text-height-primary);
       
    34   font-variant:primary;
       
    35   text-line-count-min:1;
       
    36   text-line-count-max:1;
       
    37 }
       
    38 
       
    39 MsgContactCardWidget::backgroundFrame
       
    40 {
       
    41   zvalue:-1;
       
    42   left:0un;
       
    43   top:0un;
       
    44   right:0un;
       
    45   bottom:0un;
       
    46 }