mm-1858 - Truncating and adding tooltips to file names in thumbnail details

Этот коммит содержится в:
Asaad Mahmood
2015-08-14 19:36:58 +05:00
родитель b9aef9f2a6
Коммит 67dc6e60f3
2 изменённых файлов: 13 добавлений и 6 удалений

Просмотреть файл

@@ -115,7 +115,6 @@
height: 100px;
float: left;
margin: 5px 10px 5px 0;
display: table;
border: 1px solid lightgrey;
.post__load {
height: 100%;
@@ -137,16 +136,16 @@
}
}
.post-image__thumbnail {
display: table-cell;
vertical-align: top;
float: left;
width: 50%;
height: 100%;
cursor: zoom-in;
cursor: -webkit-zoom-in;
}
.post-image__details {
display: table-cell;
vertical-align: top;
float: left;
@include clearfix;
word-break: break-word;
width: 50%;
height: 100%;
background: white;