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:
authorPeter Zhang <peter@innocraft.com>2022-05-30 11:03:59 +0300
committerGitHub <noreply@github.com>2022-05-30 11:03:59 +0300
commit4603903b9545b309899ce82d0c0d6b187ed88705 (patch)
tree9d69aa07beb5798dfb37e532ef28a7d72125e725 /plugins
parenteed70edc7575edc95da4467c69aa556fea49d885 (diff)
[Tests]fix css and UI PR 19286 (#19289)
* fix css fix css * fix css fix css * tide up some css tide up some css * update tests ui update tests ui * fix mobile ui fix mobile ui
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/stylesheets/layout.less12
-rw-r--r--plugins/Goals/tests/UI/expected-screenshots/GoalsPages_manage.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_noentries.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_withentries.png4
4 files changed, 13 insertions, 11 deletions
diff --git a/plugins/CoreHome/stylesheets/layout.less b/plugins/CoreHome/stylesheets/layout.less
index 572c291d45..90a9f68304 100644
--- a/plugins/CoreHome/stylesheets/layout.less
+++ b/plugins/CoreHome/stylesheets/layout.less
@@ -123,8 +123,7 @@ nav {
}
&>.top_controls {
- .icon-arrowup:before, .icon-arrowdown:before,
- .icon-reload:before {
+ .icon-arrowup:before, .icon-arrowdown:before {
padding: 17px 0 0 0px;
display: inline-block;
cursor: pointer;
@@ -134,12 +133,15 @@ nav {
}
}
.icon-reload {
- display: none;
- margin-right: 10px;
+ cursor: pointer;
&:before {
- margin-right: 17px;
+ padding-right: 10px;
font-weight: lighter;
+
+ @media screen and (max-width: 600px) {
+ display: none;
+ }
}
}
}
diff --git a/plugins/Goals/tests/UI/expected-screenshots/GoalsPages_manage.png b/plugins/Goals/tests/UI/expected-screenshots/GoalsPages_manage.png
index 54947fd1f7..b0a0623b4b 100644
--- a/plugins/Goals/tests/UI/expected-screenshots/GoalsPages_manage.png
+++ b/plugins/Goals/tests/UI/expected-screenshots/GoalsPages_manage.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:10a23b72ccc03a6d6f98cd352e405c3b7cb52234371d27ef3c0d05da0a5fc0ef
-size 67298
+oid sha256:84b0f8715ce1b4f342e60de1b6bb5087a372c99bb831a1a8a37b4c2f98fe3a19
+size 67305
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_noentries.png b/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_noentries.png
index 86cbfcd713..97a54d05df 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_noentries.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_noentries.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:1c3e31ef76831b3d3eaf7711b5ddf29ad006cc443fabfab83c365e09493e4abe
-size 51377
+oid sha256:a6ac6967549f85eaa4b36fbdc547b14c1ffc5f8b58c41050a8faa4243b6d00fa
+size 51372
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_withentries.png b/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_withentries.png
index 3ffd85177d..4b6f330422 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_withentries.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_withentries.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:28aa28a0729e3e2c0aea9cd1250d1f44909a82420630204f16b53e8a4cbb7759
-size 68591
+oid sha256:801cf4987aff10a8a9aff7d68702566234e7232af048a4d8ff6f3d9d812576da
+size 68588