messagingapp/msgui/layoutplugins/conversationviewplugin/resources/msgconversationviewitem.css
equal
deleted
inserted
replaced
|
1 MsgConversationViewItem[isIncoming="true"] |
|
2 { |
|
3 layout:layout-incoming; |
|
4 pref-height:-1; |
|
5 pref-width:-1; |
|
6 |
|
7 } |
|
8 |
|
9 MsgConversationViewItem[isIncoming="false"] |
|
10 { |
|
11 layout:layout-outgoing; |
|
12 pref-height:-1; |
|
13 pref-width:-1; |
|
14 |
|
15 } |
|
16 |
|
17 MsgConversationViewItem[isIncoming="true"]::msgconvwidget |
|
18 { |
|
19 left:-var(hb-param-margin-gene-left); |
|
20 top:0.0un; |
|
21 right:6.75un; |
|
22 bottom:0.0un; |
|
23 } |
|
24 |
|
25 MsgConversationViewItem[isIncoming="false"]::msgconvwidget |
|
26 { |
|
27 top:0.0un; |
|
28 right:var(hb-param-margin-gene-right); |
|
29 bottom:0.0un; |
|
30 left:-var(hb-param-margin-gene-middle-horizontal); |
|
31 } |
|
32 |
|
33 MsgConversationViewItem[isIncoming="false"]::msgStateIcon |
|
34 { |
|
35 left:-var(hb-param-margin-gene-left); |
|
36 size-policy:fixed fixed; |
|
37 aspect-ratio:ignore; |
|
38 pref-height:var(hb-param-graphic-size-primary-small); |
|
39 pref-width:var(hb-param-graphic-size-primary-small); |
|
40 } |
|
41 |