clock/clockui/clockviews/data/style/listitemprototype.css
changeset 45 b6db4fd4947b
parent 23 fd30d51f876b
child 46 ecd7b9840282
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
     1 ListItemPrototype[layoutName="custom"]{
       
     2 	layout: custom;
       
     3 }
       
     4 
       
     5 ListItemPrototype::dayNightIcon[layoutName="custom"]{
       
     6 	top: -var(hb-param-margin-gene-top);
       
     7 	left: -var(hb-param-margin-gene-left);
       
     8 	
       
     9 	fixed-height: var(hb-param-graphic-size-secondary);
       
    10 	fixed-width: var(hb-param-graphic-size-secondary);
       
    11 }
       
    12 
       
    13 ListItemPrototype::dateText[layoutName="custom"]{
       
    14 	left: -var(hb-param-margin-gene-left);
       
    15 	top: -var(hb-param-margin-gene-top);
       
    16 	right: var(hb-param-margin-gene-right);
       
    17 	bottom: var(hb-param-margin-gene-bottom);
       
    18 
       
    19 	text-height: var(hb-param-text-height-tiny);
       
    20 	min-width: 29.7un;
       
    21 }
       
    22 
       
    23 ListItemPrototype::cityText[layoutName="custom"]{
       
    24 	top: -var(hb-param-margin-gene-middle-vertical);
       
    25 	right: var(hb-param-margin-gene-right);
       
    26 	
       
    27 	text-height: var(hb-param-text-height-primary);
       
    28 	font-variant: primary;
       
    29 	fixed-width: 29.7un;
       
    30 }
       
    31 
       
    32 ListItemPrototype::offsetText[layoutName="custom"]{
       
    33 	top: -var(hb-param-margin-gene-middle-vertical);
       
    34 	right: 11.5un;
       
    35 	bottom: var(hb-param-margin-gene-bottom);
       
    36 	
       
    37 	text-height: var(hb-param-text-height-tiny);
       
    38 	min-width: 29.7un;
       
    39 }
       
    40 
       
    41 ListItemPrototype::dstIcon[layoutName="custom"]{
       
    42 	top: -var(hb-param-margin-gene-top);
       
    43 	right: 6.4un;
       
    44 	
       
    45 	fixed-height: var(hb-param-graphic-size-secondary);
       
    46 	fixed-width: var(hb-param-graphic-size-secondary);
       
    47 }
       
    48 
       
    49 ListItemPrototype::timText[layoutName="custom"]{
       
    50 	top: -var(hb-param-margin-gene-middle-vertical);
       
    51 	right: var(hb-param-margin-gene-right);
       
    52 	
       
    53 	text-height: var(hb-param-text-height-tiny);
       
    54 }