Display type icon in thumbnails

This commit is contained in:
Boris Bobrov
2014-08-16 02:18:12 +03:00
parent 3b6b009077
commit 654d7cf94f
4 changed files with 25 additions and 11 deletions

View File

@@ -590,6 +590,7 @@ ul#action_to_resolve {list-style:none; margin-left:10px;}
border-color: #0D0D0D;
border-style: solid;
border-width: 1px 1px 2px;
position: relative;
}
.media_thumbnail a {
@@ -607,12 +608,11 @@ a.thumb_entry_title {
padding: 8px;
}
/* For now, this is commented out since our thumbnails are actually 180px high.
*
* .media_thumbnail img {
* max-height: 135px;
* }
*/
.entry_type_icon {
position: absolute;
top: 0;
right: 0;
}
.thumb_entry_last {
margin-right: 0px;