View Single Post
niqbal's Avatar
Posts: 474 | Thanked: 368 times | Joined on Jan 2010
#441
Originally Posted by byte_76 View Post
niqbal have you got any idea why the text in the speech bubble on the left is appearing higher up in the bubble instead of being in the middle?

When there is a one line message it is most notable that it appears too high up in the bubble.
Yeah i do. Its class BubbleSpacer in .css file which is responsible for centering the text. Wrap its div around Message Self in .html file

HTML Code:
<div id="MessageSelf"> 
 <div class=BubbleSpacer> 
 -- message self content --
 </div>
</div>
and thats it. Your message self will also have text centered exactly as other. Ironically Nokia people have kept it separate, i think for reading purposes. Because their layout was all cramped together so maybe thats why they kept it that way. But now how its separate layout for text message only. it makes sense to keep it centered too.

Last edited by niqbal; 2010-03-30 at 08:41.