more style improvements (esp concerning IE)
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2190 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
064fb5a4ee
commit
a41f3615d9
1 changed files with 2 additions and 2 deletions
|
@ -229,10 +229,10 @@ class CheckoutView(ServiceManagerView):
|
||||||
return '\n'.join(result)
|
return '\n'.join(result)
|
||||||
|
|
||||||
html = '''
|
html = '''
|
||||||
<table class="listing">
|
<table class="listing" style="width: 100%%">
|
||||||
<tr>
|
<tr>
|
||||||
<th width="5%%">Teilnehmer</th>
|
<th width="5%%">Teilnehmer</th>
|
||||||
<th>Veranstaltung</th>
|
<th>Angebot</th>
|
||||||
<th>Datum/Uhrzeit</th>
|
<th>Datum/Uhrzeit</th>
|
||||||
</tr>
|
</tr>
|
||||||
%s
|
%s
|
||||||
|
|
Loading…
Add table
Reference in a new issue