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/tax_group.css | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/account/static/src/css/tax_group.css')
| -rw-r--r-- | addons/account/static/src/css/tax_group.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/addons/account/static/src/css/tax_group.css b/addons/account/static/src/css/tax_group.css new file mode 100644 index 00000000..0b617056 --- /dev/null +++ b/addons/account/static/src/css/tax_group.css @@ -0,0 +1,25 @@ +.oe_tax_group_editable { + width: 100%; +} + +.tax_group_edit { + white-space: nowrap; +} + +.tax_group_edit:hover { + color: #00A09D; + cursor: pointer; +} + +.oe_tax_group_name { + font-weight: bold; + min-width: 150px; + text-align: right; + padding-right: 20px; +} + +.oe_tax_group_editable .oe_tax_group_amount_value input { + width: 65%; + float: right; + text-align: right; +} |
