[IMP] empty personal dashboard
authorFabien Pinckaers <fp@openerp.com>
Sat, 4 Aug 2012 18:50:31 +0000 (20:50 +0200)
committerFabien Pinckaers <fp@openerp.com>
Sat, 4 Aug 2012 18:50:31 +0000 (20:50 +0200)
bzr revid: fp@openerp.com-20120804185031-23l5cpdby6sep13h

addons/web/static/src/css/base.css
addons/web/static/src/css/base.sass

index aba1c62..40813fb 100644 (file)
   max-width: 700px;
 }
 .openerp .oe_view_nocontent .oe_view_nocontent_create {
-  background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0 0;
+  background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 7px 0;
   padding-top: 35px;
-  min-height: 35px;
+  min-height: 28px;
   color: #4c4c4c;
 }
 .openerp .oe_view_nocontent > p {
index 2334be6..3d4264a 100644 (file)
@@ -1406,9 +1406,9 @@ $sheet-max-width: 860px
         font-size: 125%
         max-width: 700px
         .oe_view_nocontent_create
-            background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0 0
+            background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 7px 0
             padding-top: 35px
-            min-height: 35px
+            min-height: 28px
             color: #4c4c4c
         > p
             padding-left: 95px