equal
deleted
inserted
replaced
|
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 } |