src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbdatepickerviewitem/hbdatepickerviewitem.css
changeset 21 4633027730f5
child 28 b7da29130b0e
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
       
     1 
       
     2 
       
     3 HbDatePickerViewItem{
       
     4     layout:tumble-layout;
       
     5 }
       
     6 
       
     7 /*
       
     8     Standard primitive properties
       
     9 */
       
    10 
       
    11 HbDatePickerViewItem::text-1{
       
    12 	fixed-height: var(hb-param-text-height-primary);
       
    13 	top: -var(hb-param-margin-gene-top);
       
    14 	bottom : var(hb-param-margin-gene-bottom);
       
    15 	font-variant: primary;
       
    16 	pref-width:-1;
       
    17 	text-align: center center;
       
    18 }
       
    19 
       
    20 HbDatePickerViewItem::selection-icon{
       
    21 	fixed-height: 0;
       
    22 	fixed-width: 0;
       
    23 }
       
    24 
       
    25 /* all params same currently need to implement normal, selected, highlighted modes for text
       
    26 HbDatePickerViewItem[textMode="selected"]::text-1{
       
    27 	fixed-height: var(hb-param-text-height-secondary);
       
    28 	font-variant: primary;
       
    29 	pref-width:-1;
       
    30 	text-align: left;
       
    31 }
       
    32 
       
    33 HbDatePickerViewItem[textMode="highlighted"]::text-1{
       
    34 	fixed-height: var(hb-param-text-height-secondary);
       
    35 	font-variant: primary;
       
    36 	pref-width:-1;
       
    37 	text-align: center center;
       
    38 }*/