diff --git a/SparkleShare/Common/HTML/event-log.html b/SparkleShare/Common/HTML/event-log.html index c0d5f543..18059508 100755 --- a/SparkleShare/Common/HTML/event-log.html +++ b/SparkleShare/Common/HTML/event-log.html @@ -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: ; }