notes/data/style/notestodoeditorcustomitem.css
changeset 81 ce92091cbd61
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/notes/data/style/notestodoeditorcustomitem.css	Tue Oct 05 13:57:00 2010 +0530
@@ -0,0 +1,22 @@
+NotesTodoEditorCustomItem[!hasIcon][alarmdateItem]:landscape
+{
+    layout:layout_portrait_without_icon;
+}
+
+NotesTodoEditorCustomItem[hasIcon][alarmdateItem]:landscape
+{
+    layout:layout_portrait_with_icon;
+}
+
+NotesTodoEditorCustomItem[alarmdateItem]::dataItem_Label:landscape
+{
+    size-policy-horizontal:preferred;
+}
+
+NotesTodoEditorCustomItem[alarmdateItem]::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);
+}