diff --git a/addons/web/static/src/css/base.css b/addons/web/static/src/css/base.css index 22bb7d41c66..ea66d600ac5 100644 --- a/addons/web/static/src/css/base.css +++ b/addons/web/static/src/css/base.css @@ -1091,9 +1091,6 @@ margin-left: -6px; } .openerp .oe_about .oe_bottom { - position: absolute; - left: 0; - right: 0; text-shadow: 0 1px 1px #999999; background-color: #8a0e0e; background-image: -webkit-gradient(linear, left top, left bottom, from(#b41616), to(#600606)); diff --git a/addons/web/static/src/css/base.sass b/addons/web/static/src/css/base.sass index fbf86cca678..f70fee5583f 100644 --- a/addons/web/static/src/css/base.sass +++ b/addons/web/static/src/css/base.sass @@ -931,9 +931,6 @@ $sheet-padding: 16px .oe_logo margin-left: -6px .oe_bottom - position: absolute - left: 0 - right: 0 text-shadow: 0 1px 1px #999999 @include vertical-gradient(#b41616, #600606) color: #eee diff --git a/addons/web/static/src/js/chrome.js b/addons/web/static/src/js/chrome.js index 4c4f750f76e..7c1cf198efe 100644 --- a/addons/web/static/src/js/chrome.js +++ b/addons/web/static/src/js/chrome.js @@ -71,6 +71,8 @@ instance.web.Dialog = instance.web.Widget.extend({ @param {Widget} parent @param {dictionary} options A dictionary that will be forwarded to jQueryUI Dialog. Additionaly, that dictionary can contain the following keys: + - modal_size: one of the following: 'large', 'medium', 'small' + - dialogClass: class to add to the body of dialog - buttons: Deprecated. The buttons key is not propagated to jQueryUI Dialog. It must be a dictionary (key = button label, value = click handler) or a list of dictionaries (each element in the dictionary is send to the corresponding method of a jQuery element targeting the