[ADD] Minh's sass playground

bzr revid: fme@openerp.com-20120222142323-mg2z3kndzm29xisg
This commit is contained in:
Fabien Meghazi 2012-02-22 15:23:23 +01:00
parent e81d9fb229
commit 10e55d5701
5 changed files with 2387 additions and 2383 deletions

View File

@ -59,6 +59,7 @@
"static/lib/jquery.ui.timepicker/css/jquery-ui-timepicker-addon.css",
"static/lib/jquery.ui.notify/css/ui.notify.css",
"static/lib/jquery.tipsy/tipsy.css",
"static/src/css/base_old.css",
"static/src/css/base.css",
"static/src/css/data_export.css",
"static/src/css/data_import.css",

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
// vim:tabstop=4:shiftwidth=4:softtabstop=4
.openerp2
// Minh's playground.

File diff suppressed because it is too large Load Diff

View File

@ -1080,7 +1080,7 @@ openerp.web.WebClient = openerp.web.OldWidget.extend(/** @lends openerp.web.WebC
this._current_state = null;
},
render_element: function() {
this.$element.addClass("openerp");
this.$element.addClass("openerp openerp2");
},
start: function() {
var self = this;