Adjust some sizes to properly display the list icons
This commit is contained in:
parent
e700755238
commit
3ad14897f0
1 changed files with 2 additions and 1 deletions
|
@ -111,6 +111,7 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
height: 17px;
|
||||||
width: auto;
|
width: auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: #376572;
|
color: #376572;
|
||||||
|
@ -249,7 +250,7 @@
|
||||||
|
|
||||||
.filelist tbody td.filename span {
|
.filelist tbody td.filename span {
|
||||||
background: url(images/unknown.png) 0 0 no-repeat;
|
background: url(images/unknown.png) 0 0 no-repeat;
|
||||||
padding: 0 0 0 20px;
|
padding: 1px 0 3px 20px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue