connectionmonitoring/connectionview/res/connectionview.css
changeset 18 fcbbe021d614
child 20 9c97ad6591ae
equal deleted inserted replaced
4:77415202bfc8 18:fcbbe021d614
       
     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 HbGroupBox#groupBox::headingWidget:portrait
       
    26 {
       
    27     fixed-width: expr(var(hb-param-screen-width)-var(hb-param-margin-gene-left)-var(hb-param-margin-gene-right));
       
    28 }
       
    29 
       
    30 HbGroupBox#groupBox::contentWidget:portrait
       
    31 {
       
    32     fixed-width: expr(var(hb-param-screen-width)-var(hb-param-margin-gene-left)-var(hb-param-margin-gene-right));
       
    33 }
       
    34 
       
    35 HbGroupBox#groupBox::headingWidget:landscape
       
    36 {
       
    37     fixed-width: expr(var(hb-param-screen-height)-var(hb-param-margin-gene-top)-var(hb-param-margin-gene-bottom)-var(hb-param-widget-toolbar-height));
       
    38 }
       
    39 
       
    40 HbGroupBox#groupBox::contentWidget:landscape
       
    41 {
       
    42     fixed-width: expr(var(hb-param-screen-height)-var(hb-param-margin-gene-top)-var(hb-param-margin-gene-bottom)-var(hb-param-widget-toolbar-height));
       
    43 }