Fixes: U4-6635 with label overlaying the folder icon when the folder icons are small.
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user