Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

aa.gusti / odoo-dev

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • odoo-dev
  • idg_account
  • static
  • src
  • css
  • tax_group.css
  • aa.gusti's avatar
    tree view · 3c74076d
    aa.gusti committed Dec 06, 2021
    3c74076d
tax_group.css 396 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 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;
}