[IMP]increase font size
authorSanjay Gohel (Open ERP) <sgo@tinyerp.com>
Wed, 11 Apr 2012 08:43:44 +0000 (14:13 +0530)
committerSanjay Gohel (Open ERP) <sgo@tinyerp.com>
Wed, 11 Apr 2012 08:43:44 +0000 (14:13 +0530)
bzr revid: sgo@tinyerp.com-20120411084344-cshm49iu3ppw93r2

addons/project/project_view.xml
addons/project/static/src/css/project.css
addons/project_issue/project_issue_view.xml
addons/project_long_term/project_long_term_view.xml
addons/project_timesheet/project_timesheet_view.xml

index 1bdbe1b..b1e3c90 100644 (file)
                                     <h4 id="list" height="10px">
                                         <a id="1">
                                             <t t-if="record.task.raw_value">
-                                                <button name="open_tasks" id = "open_tasks" class="oe_project_buttons" type="object"><t t-if="record.open_task.value &lt;= 1"> Task</t><t t-if="record.open_task.value &gt; 1"> Tasks</t>(<t t-esc="record.open_task.value"/>)</button>
+                                                <button name="open_tasks" id = "open_tasks" class="oe_project_buttons" type="object"><div class="fontsize"><t t-if="record.open_task.value &lt;= 1"> Task</t><t t-if="record.open_task.value &gt; 1"> Tasks</t>(<t t-esc="record.open_task.value"/>)</div></button>
                                             </t>
                                         </a>
                                     </h4>
index 69e28a1..8b329be 100644 (file)
@@ -153,6 +153,7 @@ a.oe_project_kanban_action {
 .oe_kanban_color_5 {
     background: orange;
 }
+.fontsize{font-size: 12px;}
 
 .white {
   background: white; }
index 7a1da9b..f362968 100644 (file)
                 <xpath expr="//h4[@id='list']" position="inside">
                     <a id="2">
                         <t t-if="record.issues.raw_value">
-                            <button name="open_issues" class="oe_project_buttons" type="object"><t t-if="record.total_issues.value &lt;= 1"> Issue</t><t t-if="record.total_issues.value > 1"> Issues</t>(<t t-esc="record.total_issues.value"/>)</button>
+                            <button name="open_issues" class="oe_project_buttons" type="object"><div class="fontsize"><t t-if="record.total_issues.value &lt;= 1"> Issue</t><t t-if="record.total_issues.value > 1"> Issues</t>(<t t-esc="record.total_issues.value"/>)</div></button>
                         </t>
                     </a>
                 </xpath>
index 73b7f7f..93b2be4 100644 (file)
                 <xpath expr="//h4[@id='list']" position="inside">
                     <a id="4">
                         <t t-if="record.phases.raw_value">
-                            <button name="open_phase" class="oe_project_buttons" type="object"><t t-if="record.open_phases.value &lt;= 1"> Phase</t><t t-if="record.open_phases.value > 1"> Phases</t>(<t t-esc="record.open_phases.value"/>)</button>
+                            <button name="open_phase" class="oe_project_buttons" type="object"><div class="fontsize"><t t-if="record.open_phases.value &lt;= 1"> Phase</t><t t-if="record.open_phases.value > 1"> Phases</t>(<t t-esc="record.open_phases.value"/>)</div></button>
                         </t>
                     </a>
                 </xpath>
index 7cc2cf5..b4c44ad 100644 (file)
@@ -39,7 +39,7 @@
                <xpath expr="//h4[@id='list']" position="inside">
                    <a id="3">
                        <t t-if="record.timesheets.raw_value">
-                           <button name="open_timesheets" class="oe_project_buttons" type="object"><t t-if="record.total_timesheet.value &lt;= 1"> Timesheet</t><t t-if="record.total_timesheet.value &gt; 1"> Timesheets</t>(<t t-esc="record.total_timesheet.value"/>)</button>
+                           <button name="open_timesheets" class="oe_project_buttons" type="object"><div class="fontsize"><t t-if="record.total_timesheet.value &lt;= 1"> Timesheet</t><t t-if="record.total_timesheet.value &gt; 1"> Timesheets</t>(<t t-esc="record.total_timesheet.value"/>)</div></button>
                        </t>
                    </a>
                </xpath>