diff -r 4697dfb2d7ad -r 238255e8b033 messagingapp/msgui/layoutplugins/conversationviewplugin/resources/msgeditorwidget.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingapp/msgui/layoutplugins/conversationviewplugin/resources/msgeditorwidget.css Fri Apr 16 14:56:15 2010 +0300 @@ -0,0 +1,21 @@ +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); + min-height:7.46un; +} + +MsgEditorWidget::sendButton +{ + top:0.0un; + right:var(hb-param-margin-gene-middle-horizontal); + size-policy:fixed fixed; + pref-height:7.46un; + pref-width:9.34un; +} \ No newline at end of file