From eddbed0f583d5d81ab61759d5e25af3c04181334 Mon Sep 17 00:00:00 2001 From: "Amit Patel (OpenERP)" Date: Wed, 30 May 2012 18:15:35 +0530 Subject: [PATCH] [IMP]:improved css for contract view bzr revid: apa@tinyerp.com-20120530124535-d3it3v890juhjkof --- .../account_analytic_analysis_view.xml | 78 ++++++++++---------- .../static/src/css/account_analytic.css | 46 +++++------- 2 files changed, 59 insertions(+), 65 deletions(-) diff --git a/addons/account_analytic_analysis/account_analytic_analysis_view.xml b/addons/account_analytic_analysis/account_analytic_analysis_view.xml index c4c0491..aa9df91 100644 --- a/addons/account_analytic_analysis/account_analytic_analysis_view.xml +++ b/addons/account_analytic_analysis/account_analytic_analysis_view.xml @@ -59,56 +59,58 @@ - +
- - - - - - - - + + + + + + + + + - + - - - - - - + + + + + + + - + - - - - - - + + + + + + + - + - - - - - - + + + + + + + - - - - - - - - + + + + + +
Est.TotInvoicedRemainingReady To InvoiceEst.TotInvoicedRemainingReady To Invoice
Fix Price InvoicesFix Price Invoices
Invoice On TimesheetsInvoice On Timesheets
Charge ExpensesCharge Expenses todotodotodotodotodotodotodotodotodotodotodotodo
TotaltodotodotodotodoTotaltodotodotodotodo
diff --git a/addons/account_analytic_analysis/static/src/css/account_analytic.css b/addons/account_analytic_analysis/static/src/css/account_analytic.css index b9a043e..e627151 100644 --- a/addons/account_analytic_analysis/static/src/css/account_analytic.css +++ b/addons/account_analytic_analysis/static/src/css/account_analytic.css @@ -1,34 +1,26 @@ -.oe_field_view { - width: 80px; - text-align: center; +.oe_th_80px{ + width:80px; + text-align: center !important; + vertical-align: middle; } -.oe_float_field_view { - width: 110px; - text-align: center; +.oe_th_110px{ + width:110px; + text-align: center !important; + vertical-align: middle; } -.oe_title_button_left { - min-width: 140px; - text-align: left; - margin-left: 5px !important; +.oe_th_150px{ + width:150px; + text-align: right !important; } - -.oe_title_button_right { - min-width: 110px; - text-align: right; - margin-left: 55px !important; +.oe_amount_center{ + text-align: center !important; } - -.oe_field_label { - text-align: left; +.oe_btn_width{ + width: 150px; } - -.oe_totals { - width: 110px; - text-align: center; - border-top: groove; +.oe_border_right{ + border-right: 1px solid #DDD; } -.oe_totals_view { - width: 80px; - text-align: center; - border-top: groove; +.oe_border_top{ + border-top: 1px solid #000000; } \ No newline at end of file -- 1.7.10.4