[FIX] correctly displays tooltips in sales/sales team (they previously were cut in half by incorrect padding) (addon web)

bzr revid: ged@openerp.com-20140210100439-icqps10dvtdhlvv0
This commit is contained in:
Gery Debongnie 2014-02-10 11:04:39 +01:00
parent f4bbf7b5d4
commit ff89abba85
2 changed files with 14 additions and 10 deletions

View File

@ -2142,7 +2142,7 @@
}
.openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span {
font-size: 80%;
color: darkGreen;
color: darkgreen;
vertical-align: top;
position: relative;
top: -4px;
@ -3138,10 +3138,6 @@
border: none;
padding: 10px 0 3px 0;
}
.openerp .jqstooltip {
height: auto !important;
width: auto !important;
}
.openerp h5 {
font-weight: bold;
font-size: smaller;
@ -3153,6 +3149,12 @@
margin: 3px 3px 0 !important;
}
.jqstooltip {
height: auto !important;
width: auto !important;
padding: 0;
}
@-moz-document url-prefix() {
.openerp .oe_searchview .oe_searchview_search {
top: -1px;

View File

@ -2517,10 +2517,7 @@ $sheet-padding: 16px
border: none
padding: 10px 0 3px 0
// Customize for kanban tooltip
.jqstooltip
height: auto !important
width: auto !important
// Customize for chatter
h5
@ -2531,7 +2528,12 @@ $sheet-padding: 16px
.oe_msg_subtype_check
margin: 3px 3px 0 !important
// }}}
// Customize for kanban tooltip
.jqstooltip
height: auto !important
width: auto !important
padding: 0
@-moz-document url-prefix()
.openerp
.oe_searchview .oe_searchview_search