clock/clockui/clockviews/data/style/clockalarmlistitemprototype.css
changeset 18 c198609911f9
child 32 ea672fcb0ea0
child 45 b6db4fd4947b
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     1 ClockAlarmListItemPrototype{
       
     2 	layout:layout-alarmlist;
       
     3 }
       
     4 
       
     5 ClockAlarmListItemPrototype::icon-1{
       
     6     top: -var(hb-param-margin-gene-middle-vertical);
       
     7     fixed-width: var(hb-param-graphic-size-secondary);
       
     8     fixed-height: var(hb-param-graphic-size-secondary);
       
     9     left: -6.5un;
       
    10 }
       
    11 ClockAlarmListItemPrototype::text-1{
       
    12 	left: -var(hb-param-margin-gene-left);
       
    13 	top: -var(hb-param-margin-gene-top);
       
    14     right: var(hb-param-margin-gene-right);
       
    15 	text-height: var(hb-param-text-height-secondary);
       
    16     fixed-width: 8.2un;
       
    17 	text-align: right;
       
    18 	text-line-count-min: 2;
       
    19     text-line-count-max: 2;
       
    20 }
       
    21 ClockAlarmListItemPrototype::text-2{
       
    22     top: -var(hb-param-margin-gene-top);
       
    23     right: var(hb-param-margin-gene-right);
       
    24     text-height: var(hb-param-text-height-tiny);
       
    25 	fixed-width: 28.7un;
       
    26     text-align: left;
       
    27 }
       
    28 ClockAlarmListItemPrototype::text-3{
       
    29     text-height: var(hb-param-text-height-primary);
       
    30     top: -var(hb-param-margin-gene-middle-vertical);
       
    31     right: var(hb-param-margin-gene-right);
       
    32     fixed-width: 28.7un;
       
    33     text-align: left;
       
    34 }
       
    35 ClockAlarmListItemPrototype::text-4{
       
    36     text-height: var(hb-param-text-height-primary-small);
       
    37     top: -var(hb-param-margin-gene-middle-vertical);
       
    38     bottom: var(hb-param-margin-gene-bottom);
       
    39 	fixed-width: 28.7un;
       
    40     text-align: left;
       
    41 }
       
    42 ClockAlarmListItemPrototype::alarmIconItem{
       
    43     top: -var(hb-param-margin-gene-top);
       
    44     right: var(hb-param-margin-gene-right);
       
    45     fixed-width: var(hb-param-graphic-size-primary-medium);
       
    46     fixed-height: var(hb-param-graphic-size-primary-medium);
       
    47 }