clock/clockui/clockviews/data/style/clockhomecityitem.css
changeset 50 579cc610882e
parent 26 a949c2543c15
child 58 ef813d54df51
equal deleted inserted replaced
49:5de72ea7a065 50:579cc610882e
    16 
    16 
    17 ClockHomeCityItem::dateText{
    17 ClockHomeCityItem::dateText{
    18     top: -var(hb-param-margin-gene-top);
    18     top: -var(hb-param-margin-gene-top);
    19     right: var(hb-param-margin-gene-middle-horizontal);
    19     right: var(hb-param-margin-gene-middle-horizontal);
    20     text-height: var(hb-param-text-height-tiny);
    20     text-height: var(hb-param-text-height-tiny);
       
    21     font-variant: secondary;
    21     text-align: left;
    22     text-align: left;
    22 }
    23 }
    23 
    24 
    24 ClockHomeCityItem::cityText{
    25 ClockHomeCityItem::cityText{
    25     top: -var(hb-param-margin-gene-middle-vertical);
    26     top: -var(hb-param-margin-gene-middle-vertical);
    26     right: var(hb-param-margin-gene-middle-horizontal);
    27     right: var(hb-param-margin-gene-middle-horizontal);
    27     text-height: var(hb-param-text-height-primary);
    28     text-height: var(hb-param-text-height-primary);
       
    29     font-variant: primary;
    28     text-align: left;
    30     text-align: left;
    29 }
    31 }
    30 
    32 
    31 ClockHomeCityItem::dstIcon{
    33 ClockHomeCityItem::dstIcon{
    32     top: -var(hb-param-margin-gene-top);
    34     top: -var(hb-param-margin-gene-top);
    37 }
    39 }
    38 
    40 
    39 ClockHomeCityItem::timeText{
    41 ClockHomeCityItem::timeText{
    40     right: var(hb-param-margin-gene-right);
    42     right: var(hb-param-margin-gene-right);
    41     text-height: var(hb-param-text-height-tiny);
    43     text-height: var(hb-param-text-height-tiny);
       
    44     font-variant: secondary;
    42     text-align: right;
    45     text-align: right;
    43     fixed-width: 16un;
    46     fixed-width: 16un;
    44 }
    47 }