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:
authorFrédéric Bolvin <frederic@bolvin.de>2015-06-25 00:53:51 +0300
committerFrédéric Bolvin <frederic@bolvin.de>2015-06-25 00:53:51 +0300
commite8bdb6ebb2dfcc848f020b1afb118b8d3f519c5f (patch)
tree73c698038e99cad651222e411bc5a4ef70e95f84 /plugins/ScheduledReports
parent444712509c614f92cdd5a62a079ac3405c611a4b (diff)
Replaced input box inline style with stylesheet
Diffstat (limited to 'plugins/ScheduledReports')
-rw-r--r--plugins/ScheduledReports/stylesheets/scheduledreports.less8
-rw-r--r--plugins/ScheduledReports/templates/_addReport.twig2
2 files changed, 8 insertions, 2 deletions
diff --git a/plugins/ScheduledReports/stylesheets/scheduledreports.less b/plugins/ScheduledReports/stylesheets/scheduledreports.less
index 4e46f952e1..871b89da3c 100644
--- a/plugins/ScheduledReports/stylesheets/scheduledreports.less
+++ b/plugins/ScheduledReports/stylesheets/scheduledreports.less
@@ -2,4 +2,10 @@
.entityContainer {
padding-top: 16px;
}
-} \ No newline at end of file
+}
+
+#report_hour {
+ height: 0.9em;
+ padding: 0 0 0 5px;
+ width: 35px;
+}
diff --git a/plugins/ScheduledReports/templates/_addReport.twig b/plugins/ScheduledReports/templates/_addReport.twig
index 038c2d4626..c444108b60 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;padding-top:0px;padding-bottom:0px;" id="report_hour" class="inp" size="2">
+ <input type="text" id="report_hour" class="inp" size="2">
{{ 'ScheduledReports_OClock'|translate }}
</div>
</td>