[merge] merge proposal soon refused
authorAntoine Huvelle <ahu@openerp.com>
Thu, 22 Dec 2011 14:16:25 +0000 (15:16 +0100)
committerAntoine Huvelle <ahu@openerp.com>
Thu, 22 Dec 2011 14:16:25 +0000 (15:16 +0100)
bzr revid: ahu@openerp.com-20111222141625-vo57xyuhdhznnums

1  2 
addons/web/static/src/css/base.css
addons/web/static/src/js/view_list.js
addons/web/static/src/js/views.js
addons/web/static/src/xml/base.xml
addons/web_dashboard/static/src/css/dashboard.css
addons/web_dashboard/static/src/xml/web_dashboard.xml

@@@ -1411,14 -1405,13 +1425,17 @@@ label.error 
      border-spacing: 4px;
  }
  .openerp .ui-widget-header {
-     background-image: none;
-     background-color: white;
+     background: white none;
+ }
+ /* progress bars */
+ .openerp .ui-progressbar .ui-widget-header {
+     background: #cccccc url(/web/static/lib/jquery.ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  }
  
 +.openerp tfoot.ui-widget-header .oe-list-footer { /* adding some space to the footer */
 +    padding: 4px 0 5px 0;
 +}
 +
  /* Sidebar */
  .openerp .view-manager-main-table {
      margin: 0;
Simple merge
@@@ -27,7 -27,7 +27,8 @@@ session.web.ActionManager = session.web
          this.client_widget = null;
      },
      render: function() {
 +        return "<div id='"+this.element_id+"' style='height:100%;'></div>";
+         return '<div id="' + this.element_id + '" style="height: 100%;"></div>';
      },
      dialog_stop: function () {
          if (this.dialog) {
Simple merge
  </t>
  
  <t t-name="web_dashboard.ApplicationTiles">
 +    <div>
 +        <h1 class="welcome_message">Welcome to OpenERP</h1>
+     <div class="oe_applications_tiles">
+     <h1>Welcome to OpenERP</h1>
      </div>
  </t>