Reorder media.html (comments, icons, links, layout)

This commit is contained in:
Jef van Schendel
2011-07-01 18:59:07 +02:00
parent c13ce79abb
commit b611476c94
2 changed files with 23 additions and 41 deletions

View File

@@ -254,26 +254,7 @@ li.media_thumbnail {
/* 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;
img.media_icon{
margin:0 4px;
vertical-align:sub;
}