Add delete and edit icons

This commit is contained in:
Jef van Schendel 2011-07-01 17:20:22 +02:00
parent f1e053e074
commit 6ef36a15f2
3 changed files with 26 additions and 0 deletions

View File

@ -254,3 +254,29 @@ li.media_thumbnail {
zoom:1;
. *display:inline;
}
/* icons */
.iconFeed{
width:16px;
height:16px;
background-image:url('../images/iconFeed.png');
float:left;
margin-right:5px;
}
.iconEdit{
width:16px;
height:16px;
background-image:url('../images/iconEdit.png');
float:left;
margin-right:5px;
}
.iconDelete{
width:16px;
height:16px;
background-image:url('../images/iconDelete.png');
float:left;
margin-right:5px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B