← Back to team overview

openerp-india team mailing list archive

[Bug 1212336] Re: form columns, alignment out of range

 

We did this and it "works for me", this changes the normal behaviour of
the others forms and views that use .os_form_sheet_width class, but IMO,
looks better. What you think?

--- /tmp/base.css	2013-08-14 12:05:38.224002460 -0400
+++ base.css	2013-08-14 12:03:31.028001787 -0400
@@ -2131,8 +2131,7 @@
 }
 .openerp .oe_form_sheet_width {
   min-width: 650px;
-  max-width: 860px; 
-  margin: 0 auto; 
+  margin: 0 20px auto;
 }
 .openerp .oe_form_sheet {
   background: white;

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1212336

Title:
  form columns, alignment out of range

Status in OpenERP Addons (modules):
  New

Bug description:
  1) Steps to reproduce the issue you have observed

  need to check book-keeping lines. Try to create a new entry or the
  read some old ones

  2) The result you observed

  some divs have wrong sizes, "max-width is too small"

  3) The result you expected

  right alignment between columns

  4) The platform you are using (and browser version, if relevant)

   Safari (OSX) and Mozilla Firefox (Ubuntu 12.04)

  5) The OpenERP version you are using (e.g. 6.1.1-20120910-233309), if
  possible including the specific revision (e.g. r.2824) if you use the
  source repositories.

  7.0-20130808-231058

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1212336/+subscriptions


References