messagingapp/msgui/layoutplugins/unifiededitorplugin/resources/msgunifiededitorbody.css
changeset 25 84d9eb65b26f
parent 23 238255e8b033
--- a/messagingapp/msgui/layoutplugins/unifiededitorplugin/resources/msgunifiededitorbody.css	Fri Apr 16 14:56:15 2010 +0300
+++ b/messagingapp/msgui/layoutplugins/unifiededitorplugin/resources/msgunifiededitorbody.css	Mon May 03 12:29:07 2010 +0300
@@ -85,3 +85,12 @@
     left: -var(hb-param-margin-gene-left);
     right: var(hb-param-margin-gene-right);
 }
+
+/*************************** Character Counter ******************************/
+MsgUnifiedEditorBody::charCounter
+{
+	  size-policy:fixed fixed;
+	  pref-height:-1;
+	  pref-width:-1;
+	  text-height:var(hb-param-text-height-tiny);
+}