notes/data/style/notestodoeditorcustomitem.css
author hgs
Tue, 05 Oct 2010 13:57:00 +0530
changeset 81 ce92091cbd61
permissions -rw-r--r--
201039

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);
}