|
2010-05-31
, 13:10
|
Posts: 119 |
Thanked: 19 times |
Joined on Jan 2010
|
#52
|
Hi Bongc36,
one question:
when you open leafpad MessagingWidgetsSingleSMS.css.
there is a div.message * { first and as you scroll down there is a div.message {.
we insert the font-size: 38px on the latter one, correct?
thanks
|
2010-05-31
, 13:15
|
Posts: 22 |
Thanked: 42 times |
Joined on Mar 2010
@ Philippines
|
#53
|
Hi Bongc36,
one question:
when you open leafpad MessagingWidgetsSingleSMS.css.
there is a div.message * { first and as you scroll down there is a div.message {.
we insert the font-size: 38px on the latter one, correct?
thanks
|
2010-05-31
, 13:20
|
Posts: 22 |
Thanked: 42 times |
Joined on Mar 2010
@ Philippines
|
#54
|
It is case sensitive. you must type "Messaging" with a capital "M", not a small "m"
leafpad MessagingWidgetsSMSConversation.css
leafpad MessagingWidgetsIMConversation.css
leafpad MessagingWidgetsSingleSMS.css
In my case, I did not see MessagingWidgetsIMConversation.css, but MessagingWidgetsChatConversation.css.
so I typed leafpad MessagingWidgetsChatConversation.css
|
2010-05-31
, 13:25
|
Posts: 119 |
Thanked: 19 times |
Joined on Jan 2010
|
#55
|
Hi, I put it after the first. like this:
div.Message *{
font-size: 38px;
white-space: normal;
}
and it worked I don't know if it will work if placed under the 2nd one.
|
2010-05-31
, 13:37
|
Posts: 22 |
Thanked: 42 times |
Joined on Mar 2010
@ Philippines
|
#56
|
It will work , but for the message in Arabic for example (from right to left) , it will not show the single message. and when i moved it to the second it worked perfectly.
|
2010-06-01
, 02:31
|
Posts: 35 |
Thanked: 1 time |
Joined on Dec 2009
|
#57
|
|
2010-06-02
, 18:46
|
Posts: 107 |
Thanked: 2 times |
Joined on Jan 2010
|
#58
|
|
2010-06-04
, 02:03
|
Posts: 14 |
Thanked: 1 time |
Joined on May 2010
|
#59
|
|
2010-06-04
, 03:04
|
Posts: 2 |
Thanked: 1 time |
Joined on Jun 2010
|
#60
|
one question:
when you open leafpad MessagingWidgetsSingleSMS.css.
there is a div.message * { first and as you scroll down there is a div.message {.
we insert the font-size: 38px on the latter one, correct?
thanks