Moved the padding on the oe_application to the 'Welcome Page' div
authorMinh Tran <mit@openerp.com>
Wed, 21 Dec 2011 15:02:37 +0000 (16:02 +0100)
committerMinh Tran <mit@openerp.com>
Wed, 21 Dec 2011 15:02:37 +0000 (16:02 +0100)
bzr revid: mit@openerp.com-20111221150237-zlsvlvg231zo8rv2

addons/web/static/src/css/base.css
addons/web_dashboard/static/src/xml/web_dashboard.xml

index c4222d7..bbfd4a1 100644 (file)
@@ -1746,7 +1746,7 @@ ul.oe-arrow-list li.oe-arrow-list-selected .oe-arrow-list-after {
 }
 
 
-.openerp .oe-application {
+.openerp .oe_applications_tiles {
   color: #4C4C4C;
   text-shadow: #EEE 0 1px 0;
   margin: 0 20px;
index 5f98df6..95a72d4 100644 (file)
 </t>
 
 <t t-name="web_dashboard.ApplicationTiles">
-    <div>
+    <div class="oe_applications_tiles">
     <h1>Welcome to OpenERP</h1>
     </div>
 </t>