eventlog html: realign 'Show all' link

This commit is contained in:
Hylke Bons 2012-09-26 16:18:36 +02:00
parent bcf4e32f06
commit 2dd04087fb

View file

@ -42,7 +42,7 @@
$(this).hide ();
} else {
// Append the number of entries
$(this).html ('Show all ' + entries);
$(this).html ('Show all ' + entries + '…');
}
});
@ -128,8 +128,6 @@
.action {
font-size: 80%;
margin-left: 15px;
float: right;
margin-bottom: 9px;
color: <!-- $a-color -->;
}