~openerp-dev/openerp-web/7.0-opw-597778-fka

« back to all changes in this revision

Viewing changes to addons/web/static/src/css/base.css

  • Committer: Martin Trigaux
  • Date: 2013-08-21 08:09:33 UTC
  • mfrom: (3966.1.1 7.0)
  • Revision ID: mat@openerp.com-20130821080933-fiq3zvccgzop02on
[FIX] vertical alignment of fields on firefox (opw #590181)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2367
2367
  width: 100%;
2368
2368
  display: inline-block;
2369
2369
  padding: 2px 2px 2px 0px;
 
2370
  vertical-align: top;
2370
2371
}
2371
2372
.openerp .oe_form .oe_form_field input {
2372
2373
  margin: 0px;