diff rhodecode/templates/summary/summary.html @ 1981:518f87919375 beta

UI: percentage of stats gathered doesn't seem like important enough to need a large font
author Aras Pranckevicius <aras@unity3d.com>
date Sun, 05 Feb 2012 21:45:15 +0200
parents 7a7ffe24b82c
children 6020e3884a58
line wrap: on
line diff
--- a/rhodecode/templates/summary/summary.html	Sun Feb 05 21:33:29 2012 +0200
+++ b/rhodecode/templates/summary/summary.html	Sun Feb 05 21:45:15 2012 +0200
@@ -178,14 +178,14 @@
     </div>
 
     <div class="graph">
-         <div style="padding:0 10px 10px 15px;font-size: 1.2em;">
+         <div style="padding:0 10px 10px 17px;">
          %if c.no_data:
            ${c.no_data_msg}
            %if h.HasPermissionAll('hg.admin')('enable stats on from summary'):
                 ${h.link_to(_('enable'),h.url('edit_repo',repo_name=c.repo_name),class_="ui-btn")}
            %endif
         %else:
-            ${_('Loaded in')} ${c.stats_percentage} %
+            ${_('Stats gathered: ')} ${c.stats_percentage}%
         %endif
         </div>
         <div id="commit_history" style="width:450px;height:300px;float:left"></div>