locationpickerservice/resources/locationgrid.css
changeset 17 0f22fb80ebba
equal deleted inserted replaced
15:13ae750350c9 17:0f22fb80ebba
       
     1 HbGridViewItem#locationgrid
       
     2 {
       
     3     layout:layout-1;
       
     4 }
       
     5 HbGridViewItem#locationgrid::icon{
       
     6 	fixed-width: 24.375un;
       
     7 	fixed-height: 32.5un;
       
     8 }
       
     9 
       
    10 HbGridViewItem#locationgrid::text{
       
    11     text-height: var(hb-param-text-height-tiny);
       
    12     font-variant: primary;
       
    13     text-align: center center;
       
    14     color: qtc_grid;
       
    15 	text-line-count-min: 1;
       
    16 	text-line-count-max: 2;
       
    17 }
       
    18 
       
    19 HbGridViewItem#locationgrid::selection-icon{
       
    20     fixed-width: 3.0un;
       
    21     fixed-height: 3.0un;
       
    22 }
       
    23 
       
    24 HbGridViewItem#locationgrid::multiselection-toucharea{
       
    25     fixed-width: 9.0un;
       
    26     fixed-height: 9.0un;
       
    27 }
       
    28 
       
    29 HbGridViewItem#locationgrid::frame{
       
    30 	border-width: var(hb-param-background-grid-main);
       
    31 }