31
|
1 |
|
|
2 |
HbListViewItem[layoutName="wlanwizardsummaryitem"]{
|
|
3 |
layout:wlanwizardsummaryitem-portrait;
|
|
4 |
}
|
|
5 |
|
|
6 |
HbListViewItem[layoutName="wlanwizardsummaryitem"]:landscape{
|
|
7 |
layout:wlanwizardsummaryitem-landscape;
|
|
8 |
}
|
|
9 |
|
|
10 |
HbListViewItem::text-1[layoutName="wlanwizardsummaryitem"]{
|
|
11 |
text-height: var(hb-param-text-height-secondary);
|
|
12 |
font-variant: primary;
|
|
13 |
text-align: left;
|
|
14 |
size-policy-horizontal: preferred;
|
|
15 |
pref-width:-1;
|
|
16 |
}
|
|
17 |
|
|
18 |
HbListViewItem::text-1[layoutName="wlanwizardsummaryitem"]:landscape{
|
|
19 |
text-height: var(hb-param-text-height-secondary);
|
|
20 |
font-variant: primary;
|
|
21 |
text-align: left;
|
|
22 |
size-policy-horizontal: fixed;
|
|
23 |
fixed-width: expr((var(hb-param-screen-width) - var(hb-param-margin-gene-middle-horizontal)) / 2 - var(hb-param-margin-gene-screen) - var(hb-param-margin-gene-popup));
|
|
24 |
}
|
|
25 |
|
|
26 |
HbListViewItem::text-2[layoutName="wlanwizardsummaryitem"]{
|
|
27 |
text-height: var(hb-param-text-height-tiny);
|
|
28 |
font-variant: secondary;
|
|
29 |
pref-width:-1;
|
|
30 |
text-align: left;
|
|
31 |
}
|