Fabien Meghazi (OpenERP) has proposed merging 
lp:~openerp-dev/openerp-web/trunk-minhs-playground-fme into lp:openerp-web.

Requested reviews:
  OpenERP R&D Web Team (openerp-dev-web)

For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-minhs-playground-fme/+merge/94173

Added sass file and .openerp2 transitional class to webclient's element
-- 
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-minhs-playground-fme/+merge/94173
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openerp-web/trunk-minhs-playground-fme.
=== modified file 'addons/web/__openerp__.py'
--- addons/web/__openerp__.py	2012-02-14 10:51:45 +0000
+++ addons/web/__openerp__.py	2012-02-22 14:26:46 +0000
@@ -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",

=== added file 'addons/web/static/src/css/base.css'
=== added file 'addons/web/static/src/css/base.sass'
--- addons/web/static/src/css/base.sass	1970-01-01 00:00:00 +0000
+++ addons/web/static/src/css/base.sass	2012-02-22 14:26:46 +0000
@@ -0,0 +1,3 @@
+// vim:tabstop=4:shiftwidth=4:softtabstop=4
+.openerp2
+    // Minh's playground.

=== renamed file 'addons/web/static/src/css/base.css' => 'addons/web/static/src/css/base_old.css'
=== modified file 'addons/web/static/src/js/chrome.js'
--- addons/web/static/src/js/chrome.js	2012-02-17 11:43:57 +0000
+++ addons/web/static/src/js/chrome.js	2012-02-22 14:26:46 +0000
@@ -1080,7 +1080,7 @@
         this._current_state = null;
     },
     render_element: function() {
-    	this.$element.addClass("openerp");
+        this.$element.addClass("openerp openerp2");
     },
     start: function() {
         var self = this;

_______________________________________________
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

Reply via email to