~openerp-dev/openobject-client-web/web-ie8

« back to all changes in this revision

Viewing changes to addons/openerp/static/css/style.css

  • Committer: jra at tinyerp
  • Date: 2010-10-28 11:08:56 UTC
  • Revision ID: jra@tinyerp.com-20101028110856-dmeh36rzhv4dtepl
[IMP] Changes for IE8 layout issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
591
591
}
592
592
.item input,
593
593
.item select {
594
 
    min-width: 100%;
 
594
    min-width: 100px;
595
595
}
596
596
 
597
597
.item .fields {
616
616
.item input.m2o,
617
617
.item input.reference {
618
618
    padding-right: 0;
619
 
    min-width: 100%;
 
619
    min-width: 100px;
620
620
}
621
621
 
622
622
.m2o_container {