Mohammed Shekha(Open ERP) has proposed merging 
lp:~openerp-dev/openerp-web/6.1-opw-573855-msh into lp:openerp-web/6.1.

Requested reviews:
  OpenERP Core Team (openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-573855-msh/+merge/102702

Hello,

Fixed the issue of status bar which is not shown properly in IE8, as IE8 
doesn't support some Pseudo classes like :nth-child.

Hence given the vertical-align: top to li element.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/6.1-opw-573855-msh/+merge/102702
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/6.1-opw-573855-msh.
=== modified file 'addons/web/static/src/css/base.css'
--- addons/web/static/src/css/base.css	2012-03-28 15:58:07 +0000
+++ addons/web/static/src/css/base.css	2012-04-19 13:37:20 +0000
@@ -2036,6 +2036,7 @@
 ul.oe-arrow-list li {
     display: inline-block;
     margin-left: -1em;
+    vertical-align: top;
 }
 ul.oe-arrow-list li span {
     vertical-align: top;

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to