messagingapp/msgui/layoutplugins/conversationviewplugin/resources/msgeditorwidget.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 12:29:07 +0300
changeset 25 84d9eb65b26f
parent 23 238255e8b033
permissions -rw-r--r--
Revision: 201015 Kit: 201018

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
{
	  size-policy:fixed fixed;
	  pref-height:-1;
	  pref-width:-1;
	  text-height:var(hb-param-text-height-tiny);
}