messagingapp/msgui/layoutplugins/conversationviewplugin/resources/msgeditorwidget.css
changeset 27 e4592d119491
parent 25 84d9eb65b26f
child 30 6a20128ce557
child 32 f3f513612312
equal deleted inserted replaced
25:84d9eb65b26f 27:e4592d119491
     1 MsgEditorWidget
       
     2 {
       
     3   layout:layout-msg-editor;
       
     4 }
       
     5 
       
     6 MsgEditorWidget::msgEditor
       
     7 {
       
     8   left:-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);
       
    11   top:-var(hb-param-margin-gene-middle-vertical); 
       
    12   min-height:7.46un;
       
    13 }
       
    14 
       
    15 MsgEditorWidget::sendButton
       
    16 {
       
    17   top:-var(hb-param-margin-gene-middle-vertical);
       
    18   right:var(hb-param-margin-gene-middle-horizontal);
       
    19   bottom:var(hb-param-margin-gene-middle-vertical);
       
    20   fixed-width: 9.34un;
       
    21   fixed-height: 7.46un;
       
    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 }