odoo/addons/web/static/src/css
Xavier Morel 0a23335aa7 [IMP] when editing a row, hide the list cells overlaid by form fields
* visibility: hidden on the cell itself hides the whole cell including
  background and borders, looks terrible

* color: transparent is supported by all supported browsers (even IE
  >= 9), and it avoids breaking the cell sizes (which the usual hack —
  text-indent -9999px does)

* can probably just apply visibility:hidden to eveything below the
  cell itself

bzr revid: xmo@openerp.com-20121018063703-scz1yl87b7nhgx94
2012-10-18 08:37:03 +02:00
..
Makefile wip 2012-09-04 18:42:41 +02:00
base.css [IMP] when editing a row, hide the list cells overlaid by form fields 2012-10-18 08:37:03 +02:00
base.sass [IMP] when editing a row, hide the list cells overlaid by form fields 2012-10-18 08:37:03 +02:00
data_export.css [CHG] Ashes to ashes, dashes to underscores. 2012-06-27 16:12:49 +02:00
full.css [imp] made the body css properties be included only in full web-client mode 2012-02-20 10:52:38 +01:00