Fix css issue on folders list (Bug #2618)

This commit is contained in:
Aleksander Machniak 2013-11-28 13:03:54 +01:00
parent 7048e00350
commit be12aa5827

View file

@ -107,13 +107,8 @@
#files-folder-list ul li span.name {
background: url(../../../../skins/larry/images/listicons.png) 6px 3px no-repeat;
padding: 5px 8px 0 32px;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
height: 17px;
width: auto;
overflow: hidden;
padding: 6px 8px 6px 32px;
line-height: 25px;
color: #376572;
}