X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Fwebsite%2Fstatic%2Fsrc%2Fcss%2Fwebsite.css;h=fb41e07263cac13cd9560b031328477d04124888;hb=1d3f8eba879f02da7fc0bb46c9801029eccbc8c8;hp=c784f628d4eed58b01f280d9050dc128ff064338;hpb=7878b2fd0cb42827b71bd00a1fd8199e73269fe4;p=odoo%2Fodoo.git diff --git a/addons/website/static/src/css/website.css b/addons/website/static/src/css/website.css index c784f62..fb41e07 100644 --- a/addons/website/static/src/css/website.css +++ b/addons/website/static/src/css/website.css @@ -190,6 +190,11 @@ footer { width: 100%; } +@-moz-document url-prefix() { + .table .img-responsive { + width: 100%; + } +} /* ---- HACK FOR COVERING UP CK EDITOR BOGUS P INSERTION --- */ .oe_structure.oe_editable.oe_empty:empty, .oe_editable[data-oe-type=html]:empty, .oe_structure.oe_editable.oe_empty > .oe_drop_zone.oe_insert:only-child, [data-oe-type=html] > .oe_drop_zone.oe_insert:only-child { background-image: url("/website/static/src/img/drag_here.png") !important;