diff --git a/r2/r2/public/static/css/reddit.css b/r2/r2/public/static/css/reddit.css index ef29c727b..263e60ab3 100755 --- a/r2/r2/public/static/css/reddit.css +++ b/r2/r2/public/static/css/reddit.css @@ -4618,13 +4618,13 @@ dd { margin-left: 20px; } table.calendar { white-space: nowrap; - overflow: hidden; width: 90%; margin-top: 20px; position: relative; padding-top: 120px; padding-bottom: 100px; empty-cells: show; + table-layout: fixed; } .calendar .today { @@ -4638,12 +4638,11 @@ table.calendar { .calendar thead th, .calendar thead td { font-weight: bold; text-align: center; - min-width: 125px; + text-transform: uppercase; } .calendar td, .calendar th[scope="col"] { border-left: 1px dashed gray; - min-width: 125px; } .calendar .blob { diff --git a/r2/r2/templates/promote_graph.html b/r2/r2/templates/promote_graph.html index 4570cb0e7..53ad431df 100644 --- a/r2/r2/templates/promote_graph.html +++ b/r2/r2/templates/promote_graph.html @@ -49,7 +49,7 @@ ${load_timeseries_js()}
| ${_("DATE")} | +${_("Date")} | %for date in thing.dates:@@ -57,7 +57,8 @@ ${load_timeseries_js()} %endfor |
|---|---|---|
| ${_("COUNT")} | + ## TRANSLATORS: Noun +${_("Count")} | %for date in thing.dates:${thing.promo_counter[date]} @@ -66,8 +67,9 @@ ${load_timeseries_js()} |
| ${_("SCHEDULED IMPRESSIONS")} - ${_("INVENTORY")} |
+ ## TRANSLATORS: Advertising term; "ad impressions scheduled for delivery"
+ ${_("Scheduled")} + ${_("Inventory")} |
%for date in thing.dates:
${thing.scheduled_impressions.get(date, "---")} @@ -79,8 +81,10 @@ ${load_timeseries_js()} |
|
%if thing.admin_view:
- ${_("DELIVERED IMPRESSIONS")} + ## TRANSLATORS: Advertising term; "ad impressions delivered / shown" + ${_("Impressions")} %endif + ## TRANSLATORS: Advertising term: "cost per mille" ${_("CPM")} |
%for date in thing.dates:
@@ -95,8 +99,9 @@ ${load_timeseries_js()}
||
|
%if thing.admin_view:
- ${_("CLICKS")} + ${_("Clicks")} %endif + ## TRANSLATORS: Advertising term: "cost per click" ${_("CPC")} |
%for date in thing.dates:
@@ -111,9 +116,11 @@ ${load_timeseries_js()}
||
| %if c.user_is_sponsor: - ${_("TOTAL COMMIT")} + ## TRANSLATORS: Advertising term: Total value of scheduled ads + ${_("Total Commit")} %else: - ${_("YOUR COMMIT")} + ## TRANSLATORS: Advertising term: Amount spent on scheduled ads + ${_("Your Commit")} %endif | %for date in thing.dates: