diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/account/static/src/css/account.css | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/account/static/src/css/account.css')
| -rw-r--r-- | addons/account/static/src/css/account.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/addons/account/static/src/css/account.css b/addons/account/static/src/css/account.css new file mode 100644 index 00000000..c3817370 --- /dev/null +++ b/addons/account/static/src/css/account.css @@ -0,0 +1,38 @@ +.openerp div.oe_account_help { + background : #D6EBFF; + width: 100%; + padding: 10px; + border: 3px solid #C1D4E6; +} + +.openerp p.oe_account_font_help{ + text-align: left; + font-weight: bold; + margin: 0px; + font-size: 14px; +} + +.openerp p.oe_account_font_content{ + margin-left: 30px; + font-size: 14px; +} + +.openerp p.oe_account_font_title{ + margin-top: 7px; + font-size: 15px; + font-style: italic; + color: grey; +} + +.oe_invoice_outstanding_credits_debits { + clear: both; + float: right; + min-width: 350px; +} + +@media (max-width: 767.98px) { + .oe_invoice_outstanding_credits_debits { + min-width: initial; + width: 100%; + } +} |
