calendarui/caleneditor/data/caleneditorcustomitem.css
changeset 63 a3cb48f6c889
equal deleted inserted replaced
57:bb2d3e476f29 63:a3cb48f6c889
       
     1 CalenEditorCustomItem[!hasIcon][expandItem]:landscape
       
     2 {
       
     3     layout:layout_portrait_without_icon;
       
     4 }
       
     5 
       
     6 CalenEditorCustomItem[hasIcon][expandItem]:landscape
       
     7 {
       
     8     layout:layout_portrait_with_icon;
       
     9 }
       
    10 
       
    11 CalenEditorCustomItem[expandItem]::dataItem_Label:landscape
       
    12 {
       
    13     size-policy-horizontal:preferred;
       
    14 }
       
    15 
       
    16 CalenEditorCustomItem[expandItem]::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 }