Skip to content

Commit

Permalink
[IMP] hr_attendance: change font-size in report
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Chauhan (OpenERP) committed Nov 2, 2012
1 parent 42df1b6 commit b0a2043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/hr_attendance/report/timesheet.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<paraStyle name="title" fontName="Helvetica-Bold" fontSize="15.0" leading="17" alignment="CENTER" spaceBefore="12.0" spaceAfter="6.0"/>
<paraStyle name="emp" fontSize="13.0"/>
<blockTableStyle id="week">
<blockFont name="Helvetica" size="12" colorName="red" start="0,0" stop="-1,-1"/>
<blockFont name="Helvetica-BoldOblique" start="0,0" stop="0,0"/>
<blockFont name="Helvetica" size="9" start="0,0" stop="-1,-1"/>
<blockFont name="Helvetica-BoldOblique" size="12" start="0,0" stop="0,0"/>
<blockBackground colorName="lightgrey" start="1,0" stop="-1,0"/>
<blockFont name="Helvetica-BoldOblique" start="-1,0" stop="-1,-1"/>
<lineStyle kind="LINEABOVE" colorName="black" start="0,0" stop="-1,0" />
Expand Down

0 comments on commit b0a2043

Please sign in to comment.