# HG changeset patch
# User Ralf Schlatterbeck <[EMAIL PROTECTED]>
# Date 1208534458 -7200
# Node ID d1730483a67f01be8bf0e7cee8a5b7d9cdec8793
# Parent 5dcde5e8725791a38f6faa53874fbc2f8a81a93c
Leave horizontal space between contact picture and message flow
in default chat format. Otherwise a customized contact picture will
collide with the text (if the background is not white as for the
standard avatars). This is a simple fix to the default html template.
Fixes kvats issue46
diff -r 5dcde5e87257 -r d1730483a67f
wengophone/resources/chat/default/incoming/content.html
--- a/wengophone/resources/chat/default/incoming/content.html Fri Apr 18
15:31:57 2008 +0200
+++ b/wengophone/resources/chat/default/incoming/content.html Fri Apr 18
18:00:58 2008 +0200
@@ -1,6 +1,6 @@
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
- <td width='32' bgcolor='white' rowspan='2'>
+ <td width='33' bgcolor='white' rowspan='2' align="left">
<div>
<img src='avatar:%senderId%?size=32'>
</div>
diff -r 5dcde5e87257 -r d1730483a67f
wengophone/resources/chat/default/incoming/nextcontent.html
--- a/wengophone/resources/chat/default/incoming/nextcontent.html Fri Apr
18 15:31:57 2008 +0200
+++ b/wengophone/resources/chat/default/incoming/nextcontent.html Fri Apr
18 18:00:58 2008 +0200
@@ -1,6 +1,6 @@
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
- <td width='32' bgcolor='white'> </td>
+ <td width='33' bgcolor='white'> </td>
<td>%message%</td>
<td width='50' align='right' class='time incomingTime'>%time%</td>
</tr>
diff -r 5dcde5e87257 -r d1730483a67f
wengophone/resources/chat/default/outgoing/content.html
--- a/wengophone/resources/chat/default/outgoing/content.html Fri Apr 18
15:31:57 2008 +0200
+++ b/wengophone/resources/chat/default/outgoing/content.html Fri Apr 18
18:00:58 2008 +0200
@@ -1,6 +1,6 @@
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
- <td width='32' bgcolor='white' rowspan='2'>
+ <td width='33' bgcolor='white' rowspan='2' align="left">
<div>
<img src='avatar:%senderId%?size=32'>
</div>
diff -r 5dcde5e87257 -r d1730483a67f
wengophone/resources/chat/default/outgoing/nextcontent.html
--- a/wengophone/resources/chat/default/outgoing/nextcontent.html Fri Apr
18 15:31:57 2008 +0200
+++ b/wengophone/resources/chat/default/outgoing/nextcontent.html Fri Apr
18 18:00:58 2008 +0200
@@ -1,6 +1,6 @@
<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
- <td width='32' bgcolor='white'> </td>
+ <td width='33' bgcolor='white'> </td>
<td>%message%</td>
<td width='50' align='right' class='time outgoingTime'>%time%</td>
</tr>
--
Dr. Ralf Schlatterbeck Tel: +43/2243/26465-16
Open Source Consulting Fax: +43/2243/26465-23
Reichergasse 131 www: http://www.runtux.com
A-3411 Weidling email: [EMAIL PROTECTED]
osAlliance member email: [EMAIL PROTECTED]
_______________________________________________
QuteCom-dev mailing list
[email protected]
http://lists.qutecom.org/mailman/listinfo/qutecom-dev