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:
authormattab <matthieu.aubry@gmail.com>2014-06-08 08:37:45 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-08 08:37:45 +0400
commit6b28d410979f705638c62a8ee8847009675aeb23 (patch)
treef440c2eac3c1084a0b2699fe02ec19c3f2ebeba0 /plugins
parent1f3df4a6701d4125aa277a76c543b726fe5a0ac1 (diff)
Tweaking the Device detection titles. refs #3962
A nice creation by @sgiehl
Diffstat (limited to 'plugins')
-rw-r--r--plugins/DevicesDetection/templates/detection.twig13
1 files changed, 8 insertions, 5 deletions
diff --git a/plugins/DevicesDetection/templates/detection.twig b/plugins/DevicesDetection/templates/detection.twig
index ccc99c5fcc..6be0302f24 100644
--- a/plugins/DevicesDetection/templates/detection.twig
+++ b/plugins/DevicesDetection/templates/detection.twig
@@ -31,20 +31,23 @@
display: block;
}
+ .detection {
+ padding-top:10px;
+ }
.detection td {
width: 50%;
}
</style>
- <h1>{{ 'DevicesDetection_DeviceDetection'|translate }}</h1>
+ <h2>{{ 'DevicesDetection_DeviceDetection'|translate }}</h2>
- <h2>{{ 'DevicesDetection_UserAgent'|translate }}</h2>
+ <h3>{{ 'DevicesDetection_UserAgent'|translate }}</h3>
<form action="{{ linkTo({}) }}" method="POST">
<textarea name="ua">{{ userAgent }}</textarea>
<input type="submit" value="{{ 'General_Refresh'|translate }}" />
</form>
- <h2>{{ 'UserSettings_ColumnOperatingSystem'|translate }}</h2>
+ <h3>{{ 'UserSettings_ColumnOperatingSystem'|translate }}</h3>
<table class="dataTable detection">
<tr>
<td>{{ 'General_Name'|translate }} <small>(<a href="javascript:showList('os');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
@@ -60,7 +63,7 @@
</tr>
</table>
- <h2>{{ 'UserSettings_ColumnBrowser'|translate }}</h2>
+ <h3>{{ 'UserSettings_ColumnBrowser'|translate }}</h3>
<table class="dataTable detection">
<tr>
<td>{{ 'General_Name'|translate }} <small>(<a href="javascript:showList('browsers');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
@@ -76,7 +79,7 @@
</tr>
</table>
- <h2>{{ 'DevicesDetection_Device'|translate }}</h2>
+ <h3>{{ 'DevicesDetection_Device'|translate }}</h3>
<table class="dataTable detection">
<tr>
<td>{{ 'DevicesDetection_dataTableLabelTypes'|translate }} <small>(<a href="javascript:showList('devicetypes');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>