clock/clockui/clocksettingsview/data/style/settingscustomitem.css
changeset 68 a5a1242fd2e8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clock/clockui/clocksettingsview/data/style/settingscustomitem.css	Thu Sep 02 20:25:23 2010 +0300
@@ -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