Fix css issue on folders list (Bug #2618)
This commit is contained in:
parent
7048e00350
commit
be12aa5827
1 changed files with 2 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue