Fixes: U4-6635 with label overlaying the folder icon when the folder icons are small.

This commit is contained in:
Shannon
2015-06-02 20:53:46 +02:00
parent 7c4a189aa3
commit a231899052

View File

@@ -422,12 +422,11 @@ ul.color-picker li a {
}
.umb-photo-folder .umb-non-thumbnail span{
position: absolute;
display: block;
margin: auto;
/*vertically aligns */
position: static;
top: 50%;
transform: translateY(-50%);
width: 100%;
top: 20px;
}
.umb-photo-folder .selected{