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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-06-08 15:47:38 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-06-08 15:47:38 +0300
commit0a860c729701c5bd699352b7da1ce19d9c9b9700 (patch)
tree33aa798e2b8d7d323df0e0985692b57b37d00b30 /plugins/DevicesDetection
parentf56b88e12ee9ccd0d8bfee3837159dcce60f7682 (diff)
#8035 Apply the new table design in the DevicesDetection plugin
Diffstat (limited to 'plugins/DevicesDetection')
-rw-r--r--plugins/DevicesDetection/templates/detection.twig12
1 files changed, 7 insertions, 5 deletions
diff --git a/plugins/DevicesDetection/templates/detection.twig b/plugins/DevicesDetection/templates/detection.twig
index 6265cb499a..617a713973 100644
--- a/plugins/DevicesDetection/templates/detection.twig
+++ b/plugins/DevicesDetection/templates/detection.twig
@@ -25,7 +25,6 @@
</script>
<style type="text/css">
-
textarea {
width: 700px;
display: block;
@@ -37,8 +36,11 @@
.detection td {
width: 50%;
}
-
+ .detection td img {
+ margin-right: 10px;
+ }
</style>
+
<h2>{{ 'DevicesDetection_DeviceDetection'|translate }}</h2>
<h3>{{ 'DevicesDetection_UserAgent'|translate }}</h3>
@@ -48,7 +50,7 @@
</form>
<h3>{{ 'DevicesDetection_ColumnOperatingSystem'|translate }}</h3>
- <table class="dataTable detection">
+ <table class="simple-table detection">
<tr>
<td>{{ 'General_Name'|translate }} <small>(<a href="javascript:showList('os');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
<td><img src="{{ os_logo }}" />{{ os_name }}</td>
@@ -64,7 +66,7 @@
</table>
<h3>{{ 'DevicesDetection_ColumnBrowser'|translate }}</h3>
- <table class="dataTable detection">
+ <table class="simple-table detection">
<tr>
<td>{{ 'General_Name'|translate }} <small>(<a href="javascript:showList('browsers');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
<td><img src="{{ browser_logo }}" />{{ browser_name }}</td>
@@ -80,7 +82,7 @@
</table>
<h3>{{ 'DevicesDetection_Device'|translate }}</h3>
- <table class="dataTable detection">
+ <table class="simple-table detection">
<tr>
<td>{{ 'DevicesDetection_dataTableLabelTypes'|translate }} <small>(<a href="javascript:showList('devicetypes');">{{ 'Mobile_ShowAll'|translate }}</a>)</small></td>
<td><img src="{{ device_type_logo }}" />{{ device_type }}</td>