Skip to content
Snippets Groups Projects
Commit a0e96bfa authored by Frédéric van der Essen's avatar Frédéric van der Essen
Browse files

[IMP] new arrow for empty search results

bzr revid: fva@openerp.com-20121123135514-t5tb2ygwg4dal5sx
parent 49013fa4
No related branches found
No related tags found
No related merge requests found
@charset "utf-8";
@charset "UTF-8";
@font-face {
font-family: "mnmliconsRegular";
src: url("/web/static/src/font/mnmliconsv21-webfont.eot") format("eot");
......@@ -1912,12 +1912,20 @@
max-width: 700px;
}
.openerp .oe_view_nocontent .oe_view_nocontent_create {
background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 7px 0;
margin-top: 0;
padding-top: 35px;
min-height: 28px;
color: #4c4c4c;
}
.openerp .oe_view_nocontent .oe_view_nocontent_create:before {
content: "";
display: inline-block;
position: absolute;
width: 70px;
height: 80px;
margin-left: -80px;
margin-top: -10px;
background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0px 0px;
}
.openerp .oe_view_nocontent > p {
padding-left: 95px;
}
......
......@@ -1536,11 +1536,18 @@ $sheet-padding: 16px
font-size: 125%
max-width: 700px
.oe_view_nocontent_create
background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 7px 0
margin-top: 0
padding-top: 35px
min-height: 28px
color: #4c4c4c
&:before
content: ""
display: inline-block
position: absolute
width: 70px
height: 80px
margin-left: -80px
margin-top: -10px
background: transparent url(/web/static/src/img/view_empty_arrow.png) no-repeat 0px 0px
> p
padding-left: 95px
.oe_empty_custom_dashboard
......
addons/web/static/src/img/view_empty_arrow.png

1.06 KiB | W: | H:

addons/web/static/src/img/view_empty_arrow.png

2.47 KiB | W: | H:

addons/web/static/src/img/view_empty_arrow.png
addons/web/static/src/img/view_empty_arrow.png
addons/web/static/src/img/view_empty_arrow.png
addons/web/static/src/img/view_empty_arrow.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment