connectionmonitoring/connectionview/res/connectionview.css
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
child 62 bb1f80fb7db2
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 HbLabel#mInfoLabel::text
       
    19 {
       
    20     font-variant: secondary;
       
    21     text-height: var(hb-param-text-height-secondary);
       
    22     text-align: center;
       
    23 }
       
    24 
       
    25 HbPushButton#disconnectButton
       
    26 {
       
    27     max-width: expr(var(hb-param-screen-short-edge)-var(hb-param-margin-gene-left)-var(hb-param-margin-gene-right));
       
    28 }
       
    29 
       
    30 HbLabel#mConnectionLabel::text
       
    31 {
       
    32     font-variant: secondary;
       
    33     text-height: var(hb-param-text-height-tiny);
       
    34     text-line-count-max: 1;
       
    35 }