[IMP]:account:improve accountview inline css
authorSunil Sharma (OpenERP) <sunilsharma.sharma07@gmail.com>
Mon, 7 Oct 2013 11:00:30 +0000 (16:30 +0530)
committerSunil Sharma (OpenERP) <sunilsharma.sharma07@gmail.com>
Mon, 7 Oct 2013 11:00:30 +0000 (16:30 +0530)
bzr revid: sunilsharma.sharma07@gmail.com-20131007110030-9anpjxohswigh95f

addons/account/account_view.xml

index eaa4223..a2283c2 100644 (file)
                     </notebook>
                     <group>
                         <group class="oe_subtotal_footer oe_right">
-                            <field name="balance_start" attrs="{'readonly' : [('cash_control', '=', True)]}" string="Opening Balance" class="oe_subtotal_footer_separator oe_open_balance" widget="monetary" options="{'currency_field': 'currency'}" help="Total of opening cash control lines"/>
-                            <label for="total_entry_encoding" string="+ Transactions" class="oe_force_bold oe_mini_subtotal_footer_separator"/>
+                               <label for="balance_start"  class="oe_subtotal_footer_separator oe_open_balance"  string="Opening Balance" style="padding-right: 23px !important;"/>
+                            <field name="balance_start" attrs="{'readonly' : [('cash_control', '=', True)]}" string="Opening Balance" class="oe_subtotal_footer_separator oe_open_balance" widget="monetary" options="{'currency_field': 'currency'}" help="Total of opening cash control lines" nolabel="1"/>
+                            <label for="total_entry_encoding" string="+ Transactions" class="oe_force_bold oe_mini_subtotal_footer_separator" style="padding-right: 20px !important;"/>
                             <field name="total_entry_encoding" nolabel="1" class="oe_bold oe_account_total" widget="monetary" options="{'currency_field': 'currency'}"/>
-                            <label for="balance_end" string="= Theoretical Closing Balance" class="oe_force_bold oe_mini_subtotal_footer_separator" help="Sum of opening balance and transactions."/>
+                            <label for="balance_end" string="= Theoretical Closing Balance" class="oe_force_bold oe_mini_subtotal_footer_separator" help="Sum of opening balance and transactions." style="padding-right: 20px !important;"/>
                             <field name="balance_end" nolabel="1" class="oe_bold oe_account_total" widget="monetary" options="{'currency_field': 'currency'}"/>
                         </group>
                         <div>