download icon

This commit is contained in:
James Koster 2013-08-21 16:43:05 +01:00
parent 5f2e489944
commit 71bf3bf5c8
2 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1485,8 +1485,11 @@ p.demo_store {
li {
list-style:none;
margin-left: 0;
padding-left: 1.5em;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat; /* download icon */
padding-left: 0;
&:before {
.iconbefore;
content: "\e00a";
}
.count {
float: right;
}