Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2015-05-05 01:33:52 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-05-05 01:33:52 +0300
commit0b578d2f9c37c39f74592b525ac6fc404fef756e (patch)
tree21f4e482a2c4c0f9ccc8df77cd687f0f8b97eb23 /plugins/ScheduledReports
parente706eb209e9e9fd9e293126edf624bccd19d3ef3 (diff)
fix report hour is not readable on Firefox
fixes #7827
Diffstat (limited to 'plugins/ScheduledReports')
-rw-r--r--plugins/ScheduledReports/templates/_addReport.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ScheduledReports/templates/_addReport.twig b/plugins/ScheduledReports/templates/_addReport.twig
index 24ddf473a3..038c2d4626 100644
--- a/plugins/ScheduledReports/templates/_addReport.twig
+++ b/plugins/ScheduledReports/templates/_addReport.twig
@@ -60,7 +60,7 @@
{{ 'ScheduledReports_MonthlyScheduleHelp'|translate }}
<br/>
{{ 'ScheduledReports_ReportHour'|translate }}
- <input type="text" style="height: 0.9em;padding-left: 5px;width: 35px;" id="report_hour" class="inp" size="2">
+ <input type="text" style="height: 0.9em;padding-left: 5px;width: 35px;padding-top:0px;padding-bottom:0px;" id="report_hour" class="inp" size="2">
{{ 'ScheduledReports_OClock'|translate }}
</div>
</td>