[IMP] design arrow

bzr revid: fp@tinyerp.com-20121124180321-hr2ohm4he935tckw
This commit is contained in:
Fabien Pinckaers 2012-11-24 19:03:21 +01:00
parent f089361cd9
commit 286d75870d
2 changed files with 4 additions and 4 deletions

View File

@ -1922,12 +1922,12 @@
position: absolute;
width: 70px;
height: 80px;
margin-left: -87px;
margin-left: -70px;
margin-top: -50px;
background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0px 0px;
}
.openerp .oe_view_nocontent > p {
padding-left: 95px;
padding-left: 78px;
}
.openerp .oe_view_nocontent .oe_empty_custom_dashboard {
background: transparent url(/web/static/src/img/graph_background.png) no-repeat 0 0;

View File

@ -1545,11 +1545,11 @@ $sheet-padding: 16px
position: absolute
width: 70px
height: 80px
margin-left: -87px
margin-left: -70px
margin-top: -50px
background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0px 0px
> p
padding-left: 95px
padding-left: 78px
.oe_empty_custom_dashboard
background: transparent url(/web/static/src/img/graph_background.png) no-repeat 0 0
margin-top: -15px