hamster-applet r668 - trunk/hamster
- From: jojeda svn gnome org
- To: svn-commits-list gnome org
- Subject: hamster-applet r668 - trunk/hamster
- Date: Tue, 30 Dec 2008 18:46:42 +0000 (UTC)
Author: jojeda
Date: Tue Dec 30 18:46:41 2008
New Revision: 668
URL: http://svn.gnome.org/viewvc/hamster-applet?rev=668&view=rev
Log:
Added some missing CSS style tags to the HTML report for more uniform view
Modified:
trunk/hamster/reports.py
Modified: trunk/hamster/reports.py
==============================================================================
--- trunk/hamster/reports.py (original)
+++ trunk/hamster/reports.py Tue Dec 30 18:46:41 2008
@@ -101,12 +101,12 @@
report.write("""<table>
<tr>
- <th>""" + _("Date") + """</th>
+ <th class="smallCell">""" + _("Date") + """</th>
<th class="largeCell">""" + _("Activity") + """</th>
- <th>""" + _("Category") + """</th>
- <th>""" + _("Start") + """</th>
- <th>""" + _("End") + """</th>
- <th>""" + _("Duration") + """</th>
+ <th class="smallCell">""" + _("Category") + """</th>
+ <th class="smallCell">""" + _("Start") + """</th>
+ <th class="smallCell">""" + _("End") + """</th>
+ <th class="smallCell">""" + _("Duration") + """</th>
<th class="largeCell">""" + _("Description") + """</th>
</tr>""")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]