equal
deleted
inserted
replaced
7 fixed-height: var(hb-param-graphic-size-function); |
7 fixed-height: var(hb-param-graphic-size-function); |
8 } |
8 } |
9 |
9 |
10 DialpadButton[icon][!text][!additionalText]{ |
10 DialpadButton[icon][!text][!additionalText]{ |
11 layout:icon_button; |
11 layout:icon_button; |
12 min-height:6.25un; |
12 min-height:6.25un; /* default min-height is too small */ |
13 min-width:6.25un; |
13 min-width:6.25un; |
14 } |
14 } |
15 |
15 |
16 /* text and additional text */ |
16 /* text and additional text */ |
17 DialpadButton[stretched][!icon][text][additionalText]{ |
17 DialpadButton[stretched][!icon][text][additionalText]{ |
18 layout:text_additionalText_horizontal; |
18 layout:text_additionalText_horizontal; |
|
19 min-height:6.25un; |
19 } |
20 } |
20 |
21 |
21 DialpadButton[stretched][!icon][text][additionalText]::text |
22 DialpadButton[stretched][!icon][text][additionalText]::text |
22 { |
23 { |
23 left: -2.0un; |
24 left: -2.0un; |
36 } |
37 } |
37 |
38 |
38 /* text and icon */ |
39 /* text and icon */ |
39 DialpadButton[stretched][icon][text][!additionalText]{ |
40 DialpadButton[stretched][icon][text][!additionalText]{ |
40 layout:icon_text_horizontal; |
41 layout:icon_text_horizontal; |
|
42 min-height:6.25un; |
41 } |
43 } |
42 |
44 |
43 DialpadButton[stretched][icon][text][!additionalText]::text{ |
45 DialpadButton[stretched][icon][text][!additionalText]::text{ |
44 left: -2.0un; |
46 left: -2.0un; |
45 font-variant:primary; |
47 font-variant:primary; |