style update

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@612 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-06-17 08:04:47 +00:00
parent 098851592c
commit 97906e3bec
2 changed files with 25 additions and 30 deletions

View File

@ -12,6 +12,7 @@
}
.incomingTime {
background-color:#dfedff;
color: #295b07;
}
@ -24,3 +25,4 @@
.outgoingTime {
color: #244578;
}

View File

@ -1,23 +1,16 @@
<style type="text/css">
%css-style%
</style>
<table width='100%' cellpadding='0' cellspacing='0'>
<table width='100%'>
<tr>
<td class='header incomingHeader'>
%name%
</td>
<td class='header incomingHeader'>%name%</td>
<td width='10%' align='left' class='time incomingTime'>%timestamp% </td>
</tr>
<tr>
<td>
<table width='100%' cellpadding='0' cellspacing='0'>
</table>
<table width="100%">
<tr>
<td>%message%</td>
<td width='50' align='left' class='time incomingTime'>%timestamp%</td>
</tr>
</table>
</td>
</tr>
</table>