mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
Forgot these files.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3442 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8213a2aa77
commit
b067ab5560
16
retroshare-gui/src/gui/qss/chat/private/hincoming.htm
Normal file
16
retroshare-gui/src/gui/qss/chat/private/hincoming.htm
Normal file
@ -0,0 +1,16 @@
|
||||
<style type="text/css">
|
||||
%css-style%
|
||||
</style>
|
||||
<table width='100%'>
|
||||
<tr>
|
||||
<td class='header hincomingHeader'>%name%</td>
|
||||
<td width='10%' align='left' class='time hincomingTime'>[%timestamp%] </td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td>%message%</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
16
retroshare-gui/src/gui/qss/chat/private/houtgoing.htm
Normal file
16
retroshare-gui/src/gui/qss/chat/private/houtgoing.htm
Normal file
@ -0,0 +1,16 @@
|
||||
<style type="text/css">
|
||||
%css-style%
|
||||
</style>
|
||||
<table width='100%'>
|
||||
<tr>
|
||||
<td class='header houtgoingHeader'>%name%</td>
|
||||
<td width='10%' align='left' class='time houtgoingTime'>[%timestamp%] </td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td>%message%</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
7
retroshare-gui/src/gui/qss/chat/public/hincoming.htm
Normal file
7
retroshare-gui/src/gui/qss/chat/public/hincoming.htm
Normal file
@ -0,0 +1,7 @@
|
||||
<style type="text/css">
|
||||
%css-style%
|
||||
</style>
|
||||
|
||||
<span class='hincomingTime'>%timestamp%</span>
|
||||
<span class='hincomingName'><strong>%name%</strong></span>
|
||||
%message%
|
7
retroshare-gui/src/gui/qss/chat/public/houtgoing.htm
Normal file
7
retroshare-gui/src/gui/qss/chat/public/houtgoing.htm
Normal file
@ -0,0 +1,7 @@
|
||||
<style type="text/css">
|
||||
%css-style%
|
||||
</style>
|
||||
|
||||
<span class='houtgoingTime'>%timestamp%</span>
|
||||
<span class='houtgoingName'><strong>%name%</strong></span>
|
||||
%message%
|
Loading…
x
Reference in New Issue
Block a user