diff -r bb2d3e476f29 -r a3cb48f6c889 clock/clockui/clocksettingsview/data/style/settingscustomitem.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clock/clockui/clocksettingsview/data/style/settingscustomitem.css Wed Aug 25 14:02:13 2010 +0530 @@ -0,0 +1,22 @@ +SettingsCustomItem[!hasIcon][expandItem]:landscape +{ + layout:layout_portrait_without_icon; +} + +SettingsCustomItem[hasIcon][expandItem]:landscape +{ + layout:layout_portrait_with_icon; +} + +SettingsCustomItem[expandItem]::dataItem_Label:landscape +{ + size-policy-horizontal:preferred; +} + +SettingsCustomItem[expandItem]::DataItem_ContentWidget:landscape +{ + top: -var(hb-param-margin-gene-top); + left:-var(hb-param-margin-gene-left); + right:var(hb-param-margin-gene-right); + bottom:var(hb-param-margin-gene-bottom); +} \ No newline at end of file