![]() |
2010-02-10
, 17:06
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#181
|
![]() |
2010-02-10
, 19:32
|
Posts: 11 |
Thanked: 1 time |
Joined on Feb 2010
|
#182
|
![]() |
2010-02-11
, 01:22
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#183
|
![]() |
2010-02-11
, 01:48
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#184
|
div.Message { min-width: 600px; ... }
![]() |
2010-02-11
, 04:02
|
|
Posts: 1,030 |
Thanked: 792 times |
Joined on Jun 2009
|
#185
|
![]() |
2010-02-11
, 08:01
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#186
|
mhm... div.message is some levels over the bubble... so i would say adding a min width (over half of the n900 screen resolution -> over 400px) for this higher (invisible) layer could do that in the CSS file:
Code:div.Message { min-width: 600px; ... }
![]() |
2010-02-11
, 09:23
|
Posts: 11 |
Thanked: 1 time |
Joined on Feb 2010
|
#187
|
Thanks, but that just scrubbed out all messages. Not that I could see all of them anyway. It happened from the minute I turned on the phone, got a text and could only see the preview in conversations. It was also randomly rebooted. Updated the firmware and that stopped the reboots but not the conversations problem. Just finished flashing it and that didnt solve it. Could there be a particular file corrupt or something?
All searches so far have been people experiencing the same problem, but saying "ah I fixed it" but they do not say how.
Should I start a new thread? I dont want to de-rail this one
![]() |
2010-02-11
, 12:55
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#188
|
Did I read that somebody had functional transparency working here? Or was it an image placed and then set as the "background" to the Conversations window with an opacity?
Does anyone have the original HTML file for displaying messages? Maybe if I replaced that it would work????
Also, i dont know linux too well so if somebody could post the commands needed to insert the new HTML file into where it needs to go!! Thanks
![]() |
2010-02-11
, 15:03
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#189
|
/** * the Name field */ .MessageNameField { word-wrap: break-word; color:#4169E1; vertical-align: middle; }
![]() |
2010-02-11
, 15:21
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#190
|
1) I open the IM conversation and the messages jumping to the first message (not to the last like the SMS conversation).
2) Date and clock very close to the text
3) How I can put the different color for the other name ?
I see only one block for the name:
<span id="MessageSenderNameSelf" class="MessageNameField AccentColor2 Self"></span>
span.MessageNameField.Self { color=#0234AB; ... }
4) How I can do round corners on the avatar (like in the sms conversation) ?
<div class="MessageAvatar MessageAvatarSelf"><div id="AvatarImgBorderSelf" class="MessageAvatarBorder Self MessagingAvatarBorderColor"></div>
div.MessageAvatar { ... -moz-outline-radius: 6px; }
![]() |
Tags |
bada rox, his lunchbox |
|