Add delete and edit icons
This commit is contained in:
parent
f1e053e074
commit
6ef36a15f2
@ -254,3 +254,29 @@ li.media_thumbnail {
|
|||||||
zoom:1;
|
zoom:1;
|
||||||
. *display:inline;
|
. *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;
|
||||||
|
}
|
||||||
|
BIN
mediagoblin/static/images/iconDelete.png
Normal file
BIN
mediagoblin/static/images/iconDelete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 472 B |
BIN
mediagoblin/static/images/iconEdit.png
Normal file
BIN
mediagoblin/static/images/iconEdit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 297 B |
Loading…
x
Reference in New Issue
Block a user