author | hgs |
Thu, 16 Sep 2010 12:52:33 +0300 | |
changeset 61 | e1d68407ed06 |
parent 60 | 822a45792fdd |
permissions | -rw-r--r-- |
60 | 1 |
HbDialog#dialog:content |
2 |
{ |
|
3 |
left:0un; |
|
4 |
right:0un; |
|
5 |
top:0un; |
|
6 |
bottom:0un; |
|
7 |
} |
|
8 |
||
31 | 9 |
HbDialog#dialog:portrait |
10 |
{ |
|
60 | 11 |
pref-width: var(hb-param-screen-width); |
12 |
pref-height: var(hb-param-screen-height); |
|
31 | 13 |
} |
14 |
||
15 |
HbDialog#dialog:landscape |
|
16 |
{ |
|
60 | 17 |
pref-width: var(hb-param-screen-width); |
18 |
pref-height: var(hb-param-screen-height); |
|
31 | 19 |
} |