bluetoothengine/btui/btcpplugin/docml/btcpuimaingridviewitem.css
changeset 57 5ebadcda06cb
equal deleted inserted replaced
51:625f43ae9362 57:5ebadcda06cb
       
     1 BtCpUiMainGridViewItem:portrait
       
     2  {
       
     3    layout:portrait;
       
     4  }
       
     5 
       
     6 BtCpUiMainGridViewItem:landscape
       
     7  {
       
     8    layout:landscape;
       
     9  }
       
    10 
       
    11 BtCpUiMainGridViewItem::deviceIcon
       
    12  {
       
    13  	top: -0un;
       
    14  	left: -var(hb-param-margin-gene-left);
       
    15   	fixed-height: 10.0un;
       
    16   	fixed-width: 8.0un;
       
    17  }
       
    18 
       
    19 BtCpUiMainGridViewItem::deviceIcon:landscape
       
    20  {
       
    21  	top: -0un;
       
    22  	left: -var(hb-param-margin-gene-left);
       
    23   	fixed-height: 10.0un;
       
    24   	fixed-width: 20.0un;
       
    25  }
       
    26 
       
    27 BtCpUiMainGridViewItem::deviceName
       
    28  {
       
    29  	 top: -1un;
       
    30  	 text-height: var(hb-param-text-height-primary);
       
    31 	 fixed-width: 40.0un;
       
    32  }
       
    33 
       
    34 BtCpUiMainGridViewItem::deviceName:landscape
       
    35  {
       
    36  	 text-height: var(hb-param-text-height-secondary);
       
    37 	 fixed-width: 12.0un;
       
    38  }
       
    39 
       
    40 BtCpUiMainGridViewItem::deviceType
       
    41  {
       
    42  	 text-height: var(hb-param-text-height-secondary);
       
    43 	 fixed-width: 40.0un;
       
    44  }
       
    45 
       
    46 BtCpUiMainGridViewItem::deviceType:landscape
       
    47  {
       
    48 	fixed-width: 0un;
       
    49  }
       
    50