messagingapp/msgui/conversationview/resources/layouts/msgeditorwidget.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 18 Aug 2010 09:45:25 +0300
changeset 52 12db4185673b
parent 27 e4592d119491
permissions -rw-r--r--
Revision: 201031 Kit: 201033

MsgEditorWidget
{
  layout:layout-msg-editor;
}

MsgEditorWidget::msgEditor
{
  left:-var(hb-param-margin-gene-middle-horizontal);
  right:var(hb-param-margin-gene-middle-horizontal);
  bottom:var(hb-param-margin-gene-middle-vertical);
  top:-var(hb-param-margin-gene-middle-vertical); 
  min-height:7.46un;
}

MsgEditorWidget::sendButton
{
  top:-var(hb-param-margin-gene-middle-vertical);
  right:var(hb-param-margin-gene-middle-horizontal);
  bottom:var(hb-param-margin-gene-middle-vertical);
  fixed-width: 9.34un;
  fixed-height: 7.46un;
}

MsgEditorWidget::charCounter
{
    text-height:var(hb-param-text-height-tiny);
    text-align:centre;
    text-line-count-min: 1;
    text-line-count-max: 1;
}

MsgEditorWidget::charCounterFrame
{
    size-policy: fixed, fixed ;
    pref-height: expr(var(hb-param-text-height-tiny)+2*var(hb-param-margin-gene-middle-vertical));
    pref-width: expr(var(hb-param-text-height-tiny)*3 + 2*var(hb-param-margin-gene-middle-horizontal));
}