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 <thomas.steur@googlemail.com>2014-05-01 08:05:19 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-01 08:05:19 +0400
commite4342dfd9e1442653958a93f33da77d33a75c409 (patch)
tree24444eef58cb4ea1c80aef82b02d695e59eddb69 /plugins/MultiSites/angularjs
parentfa94d282ffb906da781171a7bc4a8979153fc2db (diff)
refs #4987 some bugfixes especially for small windows, fixed a test, enabled plugin
Diffstat (limited to 'plugins/MultiSites/angularjs')
-rw-r--r--plugins/MultiSites/angularjs/dashboard/dashboard.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/MultiSites/angularjs/dashboard/dashboard.less b/plugins/MultiSites/angularjs/dashboard/dashboard.less
index 0638e1315a..4434bb5389 100644
--- a/plugins/MultiSites/angularjs/dashboard/dashboard.less
+++ b/plugins/MultiSites/angularjs/dashboard/dashboard.less
@@ -60,8 +60,14 @@
height: 10px;
}
+ th:first-child {
+ text-align:left;
+ }
+
th {
cursor: pointer;
+ border-left: 0px;
+ text-align: center;
}
.site_search input {