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:
authorStefan Giehl <stefan@matomo.org>2021-05-27 20:34:05 +0300
committerGitHub <noreply@github.com>2021-05-27 20:34:05 +0300
commita55c3fbfcb87141f83d223a4fa9c0002c35deee8 (patch)
treeddece7bfe24fe6c99cd6026ecc433d6dbf1abdb1 /plugins/Dashboard/stylesheets
parentf4519d103bf79bd5518b6df51a860efe4a591ab3 (diff)
Fix position & visibility of icons in maximized widgets (#17630)
* Fix position & visibility of icons in maximized widgets * updates expected UI file
Diffstat (limited to 'plugins/Dashboard/stylesheets')
-rw-r--r--plugins/Dashboard/stylesheets/widget.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/Dashboard/stylesheets/widget.less b/plugins/Dashboard/stylesheets/widget.less
index f4a53bdb00..b87c721c5c 100644
--- a/plugins/Dashboard/stylesheets/widget.less
+++ b/plugins/Dashboard/stylesheets/widget.less
@@ -164,5 +164,7 @@
.ui-dialog .widget .widgetTop .buttons {
- right: 25px;
+ right: 30px;
+ top: 2px;
+ display: block;
}