# HG changeset patch # User Paul Boddie # Date 1278714730 -7200 # Node ID 439c764da1d57aded4fa145e2507b9fc8496a2c0 # Parent e5ca6e3d5301a0741e75b9414fc5a6cf178b8152 Reduced the font size for the download, subscription and view links. Changed the labels for the criteria evaluation buttons in the summary action's form. diff -r e5ca6e3d5301 -r 439c764da1d5 actions/EventAggregatorSummary.py --- a/actions/EventAggregatorSummary.py Fri Jul 09 01:56:45 2010 +0200 +++ b/actions/EventAggregatorSummary.py Sat Jul 10 00:32:10 2010 +0200 @@ -79,6 +79,8 @@ '' % ("RSS", self._get_selected("RSS", format), _("RSS 2.0")) ] + right_arrow = unicode('\xe2\x86\x92', "utf-8") + d = { "buttons_html" : buttons_html, "category_label" : _("Categories"), @@ -88,14 +90,14 @@ "start_year_default" : start_year_default, "start_criteria_label" : _("or special criteria"), "start_criteria_default": start_criteria_default, - "start_eval_label" : _(">>"), + "start_eval_label" : right_arrow, "start_criteria_eval" : start_criteria_evaluated, "end_month_list" : "\n".join(end_month_list), "end_label" : _("End month and year"), "end_year_default" : end_year_default, "end_criteria_label" : _("or special criteria"), "end_criteria_default" : end_criteria_default, - "end_eval_label" : _(">>"), + "end_eval_label" : right_arrow, "end_criteria_eval" : end_criteria_evaluated, "descriptions_label" : _("Use descriptions from..."), "descriptions_list" : "\n".join(descriptions_list), diff -r e5ca6e3d5301 -r 439c764da1d5 css/event-aggregator.css --- a/css/event-aggregator.css Fri Jul 09 01:56:45 2010 +0200 +++ b/css/event-aggregator.css Sat Jul 10 00:32:10 2010 +0200 @@ -24,6 +24,10 @@ position: relative; } +.event-download a { + font-size: smaller; +} + .event-download-popup { display: none; } @@ -33,6 +37,7 @@ position: absolute; top: 1.5em; left: 0; + z-index: 3; background-color: #fff; color: #000; padding: 0.5em; @@ -56,6 +61,10 @@ padding-right: 2em; } +.event-view a { + font-size: smaller; +} + /* Calendar view. */ .event-month {