form columns, alignment out of range

Bug #1212336 reported by MarioGonzalez
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web (MOVED TO GITHUB)
New
Undecided
Unassigned

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

Revision history for this message
MarioGonzalez (gonzalemario) wrote :
Revision history for this message
MarioGonzalez (gonzalemario) wrote :

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;

affects: openobject-addons → openerp-web
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.