Adjust some sizes to properly display the list icons

This commit is contained in:
Thomas Bruederli 2013-07-31 20:01:23 +02:00
parent e700755238
commit 3ad14897f0

View file

@ -111,6 +111,7 @@
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
height: 17px;
width: auto;
overflow: hidden;
color: #376572;
@ -249,7 +250,7 @@
.filelist tbody td.filename span {
background: url(images/unknown.png) 0 0 no-repeat;
padding: 0 0 0 20px;
padding: 1px 0 3px 20px;
height: 16px;
}