diff --git a/media/css/seahub.css b/media/css/seahub.css index b229ee7bd0..9f36072e11 100644 --- a/media/css/seahub.css +++ b/media/css/seahub.css @@ -863,6 +863,11 @@ textarea:-moz-placeholder {/* for FF */ font-size:12px; color:#888; } + +.info-item .traffic-stat { + margin-top: 5px; +} + .mygroup { display:inline-block; /*to handle different height of items*/ vertical-align:top; diff --git a/templates/myhome.html b/templates/myhome.html index 46ca7ffec0..e7fba53381 100644 --- a/templates/myhome.html +++ b/templates/myhome.html @@ -52,7 +52,7 @@ {% endif %}
{% trans "Total" %}: {{ quota_usage|filesizeformat }} {% if quota > 0 %}/ {{ quota|filesizeformat }} {% endif %}
@@ -72,7 +72,7 @@ {% endif %} {% endif %} {% if TRAFFIC_STATS_ENABLED %} -{% trans "Traffic used:" %} {{ traffic_stat|filesizeformat }}
+{% trans "Traffic this month:" %} {{ traffic_stat|filesizeformat }}
{% endif %}