calendarui/agendaeventviewer/data/agendaeventvieweritem.css
branchRCL_3
changeset 65 12af337248b1
equal deleted inserted replaced
60:96907930389d 65:12af337248b1
       
     1 
       
     2 AgendaEventViewerItem[leftPrimaryIconItem="true"]:portrait {
       
     3 		layout: layout-eventvieweritem-stretch;
       
     4 		fixed-width: var(hb-param-screen-width);
       
     5 }
       
     6 
       
     7 AgendaEventViewerItem[leftPrimaryIconItem="true"]:landscape {
       
     8 		layout: layout-eventvieweritem-stretch;
       
     9 		fixed-width: var(hb-param-screen-width);
       
    10 }
       
    11 
       
    12 
       
    13 AgendaEventViewerItem:portrait {
       
    14 		layout: layout-eventvieweritem;
       
    15 		fixed-width: var(hb-param-screen-width);
       
    16 }
       
    17 
       
    18 AgendaEventViewerItem:landscape {
       
    19 		layout: layout-eventvieweritem;
       
    20 		fixed-width: var(hb-param-screen-width);
       
    21 }
       
    22 
       
    23 
       
    24 AgendaEventViewerItem::primaryLeftIconItem {
       
    25         fixed-width:var(hb-param-graphic-size-primary-small);
       
    26         fixed-height:var(hb-param-graphic-size-primary-small);
       
    27         top: -var(hb-param-margin-gene-top);
       
    28         left: -var(hb-param-margin-gene-left);
       
    29         
       
    30 		
       
    31 }
       
    32 
       
    33 AgendaEventViewerItem::primaryRightIconItem {
       
    34         fixed-width:var(hb-param-graphic-size-secondary);
       
    35         fixed-height:var(hb-param-graphic-size-secondary);
       
    36         top: -var(hb-param-margin-gene-top);
       
    37         right: var(hb-param-margin-gene-right);
       
    38 }
       
    39 
       
    40 AgendaEventViewerItem::secondaryIconItem {
       
    41 		fixed-width:var(hb-param-graphic-size-primary-small);
       
    42 		fixed-height:var(hb-param-graphic-size-primary-small);	
       
    43 		left: -var(hb-param-margin-gene-left);
       
    44 		
       
    45 }
       
    46 
       
    47 AgendaEventViewerItem::primaryTextItem[leftPrimaryIconItem="true"] {
       
    48         text-height: var(hb-param-text-height-primary);
       
    49         font-variant: primary;
       
    50 		text-align: left;
       
    51         top: -var(hb-param-margin-gene-top);
       
    52 		right: var(hb-param-margin-gene-middle-horizontal);
       
    53 		left: -var(hb-param-margin-gene-middle-horizontal);
       
    54 }
       
    55 AgendaEventViewerItem::primaryTextItem[leftPrimaryIconItem="false"] {
       
    56         text-height: var(hb-param-text-height-primary);
       
    57         font-variant: primary;
       
    58 		text-align: left;
       
    59         top: -var(hb-param-margin-gene-top);
       
    60 		right: var(hb-param-margin-gene-middle-horizontal);
       
    61 	
       
    62 		
       
    63 }
       
    64 AgendaEventViewerItem::secondaryTextItem[leftPrimaryIconItem="true"]{
       
    65         text-height: var(hb-param-text-height-secondary);
       
    66         font-variant: secondary;
       
    67         text-align: left;
       
    68         top: -var(hb-param-margin-gene-middle-vertical);
       
    69 		right: var(hb-param-margin-gene-right);
       
    70 		bottom: var(hb-param-margin-gene-bottom);
       
    71 }
       
    72 AgendaEventViewerItem::secondaryTextItem[leftPrimaryIconItem="false"] {
       
    73         text-height: var(hb-param-text-height-secondary);
       
    74         font-variant: secondary;
       
    75         text-align: left;
       
    76         top: -var(hb-param-margin-gene-middle-vertical);
       
    77 		right: var(hb-param-margin-gene-right);
       
    78 		bottom: var(hb-param-margin-gene-bottom);
       
    79 		left: -var(hb-param-margin-gene-middle-horizontal);
       
    80 }