Paramjit Singh Sahota(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-improve-css-FF-IE-kanban-image-hr-psa
into lp:~openerp-dev/openobject-addons/trunk-improve-css-FF-IE.
Requested reviews:
OpenERP R&D Team (openerp-dev)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-improve-css-FF-IE-kanban-image-hr-psa/+merge/128865
Hello Sir,
I had improved the code for the HR kanban view image where image border is not
visible in FF and IE.
Thankz You,
-PSA.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-improve-css-FF-IE-kanban-image-hr-psa/+merge/128865
Your team OpenERP R&D Team is requested to review the proposed merge of
lp:~openerp-dev/openobject-addons/trunk-improve-css-FF-IE-kanban-image-hr-psa
into lp:~openerp-dev/openobject-addons/trunk-improve-css-FF-IE.
=== modified file 'hr/static/src/css/hr.css'
--- hr/static/src/css/hr.css 2012-09-20 15:46:45 +0000
+++ hr/static/src/css/hr.css 2012-10-10 06:52:19 +0000
@@ -18,10 +18,11 @@
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
+ border-collapse: separate;
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
- -box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
+ box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.4);
}
.oe_employee_picture {
_______________________________________________
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