[IMP] min-width for many2many tags in editable lists

bzr revid: fp@tinyerp.com-20121220183756-x6h3lhpkco25flik
This commit is contained in:
Fabien Pinckaers 2012-12-20 19:37:56 +01:00
parent d0934da481
commit a109f7dc77
2 changed files with 7 additions and 1 deletions

View File

@ -30,7 +30,7 @@
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
/* http://www.quirksmode.org/dom/inputfile.html
* http://stackoverflow.com/questions/2855589/replace-input-type-file-by-an-image
*/
*/ */
}
.openerp.openerp_webclient_container {
height: 100%;
@ -2886,6 +2886,9 @@
filter: alpha(opacity=60);
opacity: 0.6;
}
.openerp .oe_list_content .oe_list_header_many2many_tags {
min-width: 70px;
}
.openerp .oe_list_content th.sortdown div:after {
border-bottom: none;
border-left: 4px solid transparent;
@ -3288,6 +3291,7 @@ div.ui-widget-overlay {
overflow: hidden !important;
}
}
.blockUI.blockOverlay {
background-color: black;
opacity: 0.6;

View File

@ -2282,6 +2282,8 @@ $sheet-padding: 16px
th.sortup div:after
visibility: visible
@include opacity(0.6)
.oe_list_header_many2many_tags
min-width: 70px
th.sortdown div:after
border-bottom: none
border-left: 4px solid transparent