![]() |
2010-02-13
, 19:27
|
Posts: 36 |
Thanked: 2 times |
Joined on Jan 2010
@ USA
|
#242
|
![]() |
2010-02-14
, 02:27
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#243
|
I have another little problem with avatar borders in the SMS conversation... It's only on "Other" avatar...
See this picture:
How I can fix this ?
I see the avatar block and it's look Ok (normal)
Code:div.Avatar { width: 64px; display: inline-block; vertical-align: middle; } .MessageAvatar { width: 64px; height:64px; -moz-border-radius: 10px; } img.MessagePresence { vertical-align: middle; width: 16px; height: 16px; }
The Following User Says Thank You to b666m For This Useful Post: | ||
![]() |
2010-02-14
, 13:23
|
Posts: 276 |
Thanked: 109 times |
Joined on Dec 2009
@ Vancouver,Canada / Dubai,UAE
|
#244
|
change width and height from 64px to 60px ^^
somehow resizing the image doesn't work in conversation-view...
![]() |
2010-02-14
, 14:36
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#245
|
div.Avatar { width: 64px; display: inline-block; vertical-align: middle; } .MessageAvatar { width: 64px; height:64px; -moz-border-radius: 10px; }
div.Avatar { width: 60px; display: inline-block; vertical-align: middle; } .MessageAvatar { width: 60px; height:60px; -moz-border-radius: 10px; }
The Following User Says Thank You to b666m For This Useful Post: | ||
![]() |
2010-02-14
, 16:06
|
Posts: 276 |
Thanked: 109 times |
Joined on Dec 2009
@ Vancouver,Canada / Dubai,UAE
|
#246
|
![]() |
2010-02-14
, 16:10
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#247
|
![]() |
2010-02-14
, 16:20
|
Posts: 276 |
Thanked: 109 times |
Joined on Dec 2009
@ Vancouver,Canada / Dubai,UAE
|
#248
|
![]() |
2010-02-14
, 16:27
|
|
Posts: 1,090 |
Thanked: 476 times |
Joined on Jan 2010
@ Ingolstadt, Germany
|
#249
|
b666m , When I type "leafpad MessagingWidgetsSMSConversation.css" , I get a white page with no values and typos , is it normal ?
Is it possible to make the avatars bigger than 60 ? like 80 or even 100 ?
Is it also possible to change the layout of the conversation just by using xterminal and leafpad ?
The Following User Says Thank You to b666m For This Useful Post: | ||
![]() |
2010-02-14
, 16:42
|
Posts: 276 |
Thanked: 109 times |
Joined on Dec 2009
@ Vancouver,Canada / Dubai,UAE
|
#250
|
![]() |
Tags |
bada rox, his lunchbox |
|
See this picture:
How I can fix this ?
I see the avatar block and it's look Ok (normal)
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.
Last edited by Schturman; 2010-02-13 at 20:52.