Small css fixes

This commit is contained in:
Aleksander Machniak 2014-06-19 14:52:00 +02:00
parent 0c8bd05ac1
commit 6e82e347a0

View file

@ -161,6 +161,7 @@
.filelist tbody tr td { .filelist tbody tr td {
padding: 2px 7px; padding: 2px 7px;
height: 18px; height: 18px;
line-height: 18px;
} }
.filelist tr > .size { .filelist tr > .size {
@ -243,7 +244,7 @@
.filelist tbody tr td.options:hover span { .filelist tbody tr td.options:hover span {
width: 26px; width: 26px;
height: 18px; height: 18px;
background: url(../../../../skins/larry/images/buttons.png) -5px -418px no-repeat; background: url(../../../../skins/larry/images/buttons.png) -5px -417px no-repeat;
display: block; display: block;
} }