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>2013-09-30 05:15:46 +0400
committermattab <matthieu.aubry@gmail.com>2013-09-30 05:15:46 +0400
commit74c8277713790a3e80d9cc2b42821a56b8ed43d4 (patch)
tree920daa3136dda27eeb016ebd23a9140a9ac942ea /plugins/Live
parent64130db3053984d36532615c058f68d3c46a7b47 (diff)
Fixing small CSS issue [ci skip]
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/stylesheets/visitor_profile.less2
-rw-r--r--plugins/Live/templates/_dataTableViz_visitorLog.twig12
2 files changed, 5 insertions, 9 deletions
diff --git a/plugins/Live/stylesheets/visitor_profile.less b/plugins/Live/stylesheets/visitor_profile.less
index 1301022b8c..c47acc1186 100644
--- a/plugins/Live/stylesheets/visitor_profile.less
+++ b/plugins/Live/stylesheets/visitor_profile.less
@@ -197,7 +197,7 @@
}
.visitor-profile-os {
- width:75px;
+ width:78px;
display:inline-block;
}
diff --git a/plugins/Live/templates/_dataTableViz_visitorLog.twig b/plugins/Live/templates/_dataTableViz_visitorLog.twig
index c03b8bda60..244b09e5dc 100644
--- a/plugins/Live/templates/_dataTableViz_visitorLog.twig
+++ b/plugins/Live/templates/_dataTableViz_visitorLog.twig
@@ -4,22 +4,18 @@
<tr>
<th style="display:none;"></th>
<th id="label" class="sortable label" style="cursor: auto;width:190px;" width="190px">
- <div id="thDIV">{{ 'General_Date'|translate }}
- <div>
+ <div id="thDIV">{{ 'General_Date'|translate }}</div>
</th>
{% if displayVisitorsInOwnColumn %}
<th id="label" class="sortable label" style="cursor: auto;width:225px;" width="225px">
- <div id="thDIV">{{ 'General_Visitors'|translate }}
- <div>
+ <div id="thDIV">{{ 'General_Visitors'|translate }}</div>
</th>
{% endif %}
<th id="label" class="sortable label" style="cursor: auto;width:230px;" width="230px">
- <div id="thDIV">{{ 'Live_Referrer_URL'|translate }}
- <div>
+ <div id="thDIV">{{ 'Live_Referrer_URL'|translate }}</div>
</th>
<th id="label" class="sortable label" style="cursor: auto;">
- <div id="thDIV">{{ 'General_ColumnNbActions'|translate }}
- <div>
+ <div id="thDIV">{{ 'General_ColumnNbActions'|translate }}</div>
</th>
</tr>
</thead>