src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbdialog/hbdialog.css
changeset 30 80e4d18b72f5
parent 28 b7da29130b0e
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    25     text-line-count-min:1;
    25     text-line-count-min:1;
    26     text-line-count-max:1;
    26     text-line-count-max:1;
    27     text-wrap-mode:no-wrap;
    27     text-wrap-mode:no-wrap;
    28     text-align:left;
    28     text-align:left;
    29     font-variant:primary;
    29     font-variant:primary;
    30     max-height:expr(var(hb-param-text-height-primary)+2*var(hb-param-margin-gene-popup));
    30     /*max-height:expr(var(hb-param-text-height-primary)+2*var(hb-param-margin-gene-popup));*/
    31 }
    31 }
    32 
    32 
    33 HbDialog::background {
    33 HbDialog::background {
    34     left:0un;
    34     left:0un;
    35     right:0un;
    35     right:0un;
    36     top:0un;
    36     top:0un;
    37     bottom:0un;
    37     bottom:0un;
    38     max-height:expr(var(hb-param-text-height-primary)+2*var(hb-param-margin-gene-popup));	
    38     /*max-height:expr(var(hb-param-text-height-primary)+2*var(hb-param-margin-gene-popup));*/
    39 }
    39 }
    40 
    40 
    41 HbDialog::controls {
    41 HbDialog::controls {
    42     min-width:expr(var(hb-param-screen-short-edge)-2*var(hb-param-margin-gene-screen));
    42     min-width:expr(var(hb-param-screen-short-edge)-2*var(hb-param-margin-gene-screen));
    43     fixed-height:var(hb-param-widget-popup-softkey-height);
    43     fixed-height:var(hb-param-widget-popup-softkey-height);