OCA-git-bot
5 years ago
9 changed files with 79 additions and 54 deletions
-
8base_tier_validation/README.rst
-
2base_tier_validation/__manifest__.py
-
2base_tier_validation/i18n/base_tier_validation.pot
-
4base_tier_validation/readme/ROADMAP.rst
-
30base_tier_validation/static/description/index.html
-
21base_tier_validation/static/src/js/tier_review_widget.js
-
40base_tier_validation/static/src/less/review.less
-
24base_tier_validation/static/src/xml/tier_review_template.xml
-
2base_tier_validation/views/assets_backend.xml
@ -1,4 +0,0 @@ |
|||
* It would be interesting to improve the current tooltip to display reviews |
|||
to make it responsible and more "Odoo-ish". For instance, to use a |
|||
widget capable to display a tree view as a drop-down without needing |
|||
to navigate to a new screen. |
@ -1,4 +1,44 @@ |
|||
ul.o_review { |
|||
min-width: 600px; |
|||
max-width: 800px |
|||
} |
|||
|
|||
.panel-group { |
|||
min-height: auto !important; |
|||
margin-top: -12px !important; |
|||
padding: 6px !important; |
|||
} |
|||
|
|||
.panel-review { |
|||
|
|||
.panel-heading { |
|||
background-color: initial !important; |
|||
} |
|||
|
|||
.panel { |
|||
border: 0px !important; |
|||
} |
|||
|
|||
.collapse > .panel-body { |
|||
overflow-y: hidden; |
|||
overflow-x: auto; |
|||
} |
|||
|
|||
.panel-title>a, .panel-title>a:active{ |
|||
display:block; |
|||
} |
|||
|
|||
.panel-heading a:before { |
|||
font-family: FontAwesome; |
|||
content: "\f0d7"; |
|||
float: right; |
|||
transition: all 0.5s; |
|||
} |
|||
|
|||
.panel-heading.active a:before { |
|||
-webkit-transform: rotate(180deg); |
|||
-moz-transform: rotate(180deg); |
|||
transform: rotate(180deg); |
|||
} |
|||
|
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue