messagingapp/msgui/layoutplugins/conversationviewplugin/resources/msgeditorwidget.css
changeset 25 84d9eb65b26f
parent 23 238255e8b033
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
     6 MsgEditorWidget::msgEditor
     6 MsgEditorWidget::msgEditor
     7 {
     7 {
     8   left:-var(hb-param-margin-gene-middle-horizontal);
     8   left:-var(hb-param-margin-gene-middle-horizontal);
     9   right:var(hb-param-margin-gene-middle-horizontal);
     9   right:var(hb-param-margin-gene-middle-horizontal);
    10   bottom:var(hb-param-margin-gene-middle-vertical);
    10   bottom:var(hb-param-margin-gene-middle-vertical);
       
    11   top:-var(hb-param-margin-gene-middle-vertical); 
    11   min-height:7.46un;
    12   min-height:7.46un;
    12 }
    13 }
    13 
    14 
    14 MsgEditorWidget::sendButton
    15 MsgEditorWidget::sendButton
    15 {
    16 {
    16   top:0.0un;
    17   top:-var(hb-param-margin-gene-middle-vertical);
    17   right:var(hb-param-margin-gene-middle-horizontal);
    18   right:var(hb-param-margin-gene-middle-horizontal);
    18   size-policy:fixed fixed;
    19   bottom:var(hb-param-margin-gene-middle-vertical);
    19   pref-height:7.46un;
    20   fixed-width: 9.34un;
    20   pref-width:9.34un;
    21   fixed-height: 7.46un;
    21 }
    22 }
       
    23 
       
    24 MsgEditorWidget::charCounter
       
    25 {
       
    26 	  size-policy:fixed fixed;
       
    27 	  pref-height:-1;
       
    28 	  pref-width:-1;
       
    29 	  text-height:var(hb-param-text-height-tiny);
       
    30 }