![]() |
2010-02-12
, 18:40
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#222
|
* the Name field */ span.MessageNameField.Self { color:#4169E1; word-wrap: break-word; vertical-align: middle; }
* the Name field */ span.MessageNameField.אני { color:#4169E1; word-wrap: break-word; vertical-align: middle; }
![]() |
2010-02-12
, 18:42
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#223
|
The Following User Says Thank You to b666m For This Useful Post: | ||
![]() |
2010-02-12
, 18:54
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#224
|
Attachment 7086
Well, as I said, the 400px hack fixed my problem. It still returns to the top of the conversation when I open the IM session, but otherwise, it looks good!
(EDIT: Except for the misalignment on the right for short messages...
EDIT2: Fixed misalignment problems!)
ADDED: Attachment with my html and css files in case anyone else wants them. (fixed alignment version)
The Following User Says Thank You to Reflektorfalke For This Useful Post: | ||
![]() |
2010-02-12
, 18:57
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#225
|
![]() |
2010-02-12
, 19:25
|
|
Posts: 597 |
Thanked: 490 times |
Joined on Dec 2009
@ Germany
|
#226
|
next step is to deactivate the borders (which imho are pretty ugly *G*) and use background-images for the bubbles to get a nice 3d-effect
![]() |
2010-02-12
, 19:58
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#227
|
![]() |
2010-02-12
, 21:11
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#228
|
you may can hack-around in the css-file but the normal way would be editing the js-file.
i already described this anywhere in the thread. ^^
EDIT: there it is:
http://talk.maemo.org/showthread.php...404#post502404
if (id == ("MessageSenderName" + type_name)) name_tag = node_tags[i];
if (id == ("MessageSenderName" + type_name)) name_tag = "My name";
![]() |
2010-02-12
, 21:31
|
Posts: 207 |
Thanked: 84 times |
Joined on Jan 2010
@ bournemouth
|
#229
|
![]() |
2010-02-12
, 21:50
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#230
|
Yes, thanks. I've found this post and I tried play with .js file.
I found this line:
and I tried change to this:Code:if (id == ("MessageSenderName" + type_name)) name_tag = node_tags[i];
And I got the result without both names (not my and not from "other")Code:if (id == ("MessageSenderName" + type_name)) name_tag = "My name";
Why ?
The Following 3 Users Say Thank You to b666m For This Useful Post: | ||
![]() |
Tags |
bada rox, his lunchbox |
|
I played with the
Now I still don't understand why messages jumping to the top
But it's less disturbing...
Lausanne & Lyon de descente...
----------------
Schturman's home page
Schturman's repo on openrepos
RPM packaging directly on your Jolla phone.
Root & User SSH access to Jolla via WinSCP.
Root and User SSH access to Jolla via Nautilus on Linux PC.