Make thumbnail CSS size independent of data-loaded tag

This commit is contained in:
fkaelberer 2014-12-30 15:05:39 +01:00
parent 2bb981a835
commit 1d31018c7d

View File

@ -1115,9 +1115,13 @@ html[dir='rtl'] .verticalToolbarSeparator {
margin-bottom: 10px;
}
#thumbnailView > a:last-of-type > .thumbnail:not([data-loaded]) {
margin-bottom: 9px;
}
.thumbnail:not([data-loaded]) {
border: 1px dashed rgba(255, 255, 255, 0.5);
margin-bottom: 10px;
margin: -1px -1px 4px -1px;
}
.thumbnailImage {