connectionmonitoring/connectionview/res/connectionview.css
changeset 20 9c97ad6591ae
parent 18 fcbbe021d614
child 40 c5b848e6c7d1
equal deleted inserted replaced
18:fcbbe021d614 20:9c97ad6591ae
    20     font-variant: secondary;
    20     font-variant: secondary;
    21     text-height: var(hb-param-text-height-secondary);
    21     text-height: var(hb-param-text-height-secondary);
    22     text-align: center;
    22     text-align: center;
    23 }
    23 }
    24 
    24 
    25 HbGroupBox#groupBox::headingWidget:portrait
    25 HbPushButton#disconnectButton
    26 {
    26 {
    27     fixed-width: expr(var(hb-param-screen-width)-var(hb-param-margin-gene-left)-var(hb-param-margin-gene-right));
    27     max-width: expr(var(hb-param-screen-short-edge)-var(hb-param-margin-gene-left)-var(hb-param-margin-gene-right));
    28 }
    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 }