# HG changeset patch # User Mads Kiilerich # Date 2017-03-01 02:37:43 # Node ID 33a44dd50a87445c7470be065fda64850231ac32 # Parent bcc67f909d9f31d0dcd10a97c19800304b1702a7 style: fix display of Summary Repository Size diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -1185,8 +1185,10 @@ ul#summary-menu-stats { padding-right: 10px; } +#repo_size_2 { + display: none; +} #repo_size_2.loaded { - margin-left: 30px; display: block; padding-right: 10px; padding-bottom: 7px; diff --git a/kallithea/templates/summary/summary.html b/kallithea/templates/summary/summary.html --- a/kallithea/templates/summary/summary.html +++ b/kallithea/templates/summary/summary.html @@ -147,8 +147,10 @@ summary = lambda n:{False:'summary-short %if request.authuser.username != 'default':
  • - ${_('Repository Size')} - + + ${_('Repository Size')} + +
  • %endif