notes/data/style/notestodoeditorcustomitem.css
changeset 81 ce92091cbd61
equal deleted inserted replaced
75:7ac58b2aae6f 81:ce92091cbd61
       
     1 NotesTodoEditorCustomItem[!hasIcon][alarmdateItem]:landscape
       
     2 {
       
     3     layout:layout_portrait_without_icon;
       
     4 }
       
     5 
       
     6 NotesTodoEditorCustomItem[hasIcon][alarmdateItem]:landscape
       
     7 {
       
     8     layout:layout_portrait_with_icon;
       
     9 }
       
    10 
       
    11 NotesTodoEditorCustomItem[alarmdateItem]::dataItem_Label:landscape
       
    12 {
       
    13     size-policy-horizontal:preferred;
       
    14 }
       
    15 
       
    16 NotesTodoEditorCustomItem[alarmdateItem]::dataItem_ContentWidget:landscape
       
    17 {
       
    18     top: -var(hb-param-margin-gene-top);
       
    19     left:-var(hb-param-margin-gene-left);
       
    20     right:var(hb-param-margin-gene-right);
       
    21     bottom:var(hb-param-margin-gene-bottom);
       
    22 }