diff -r 238255e8b033 -r 84d9eb65b26f messagingapp/msgui/layoutplugins/conversationviewplugin/resources/msgeditorwidget.css --- a/messagingapp/msgui/layoutplugins/conversationviewplugin/resources/msgeditorwidget.css Fri Apr 16 14:56:15 2010 +0300 +++ b/messagingapp/msgui/layoutplugins/conversationviewplugin/resources/msgeditorwidget.css Mon May 03 12:29:07 2010 +0300 @@ -8,14 +8,23 @@ 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:0.0un; + top:-var(hb-param-margin-gene-middle-vertical); 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 + 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); +}