list thumbnails

This commit is contained in:
Adam Bradley
2013-10-18 21:24:36 -05:00
parent 3ee2e4d6bf
commit bd8689feb8
6 changed files with 175 additions and 24 deletions

View File

@@ -1135,6 +1135,30 @@ a.list-item {
.list-icon-left.list-icon-right .list-item-content i:last-child {
left: auto; }
.list-thumbnail h2 {
overflow: hidden;
margin: 0 0 8px 0;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 16px; }
.list-thumbnail p {
overflow: hidden;
margin-bottom: 0;
text-overflow: ellipsis;
white-space: nowrap; }
.list-thumbnail .list-item-content {
padding-left: 95px;
min-height: 80px; }
.list-thumbnail .list-item-content img {
position: absolute;
top: 0;
left: 0;
max-width: 80px;
max-height: 80px;
width: 100%; }
.list-item-sliding {
-webkit-transition: -webkit-transform 0.1s ease-in-out; }