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-03-19 06:08:28 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-16 01:27:53 +0300
commit57b24123785e6a21f6f1a7e1054783cce6f771ed (patch)
tree1abcd7802e8188ef434544f8a15686eba1e5e48e /plugins/Dashboard/stylesheets
parent4ce10acb2873b3a1b041b11900558b4aebeca523 (diff)
Fixed UI glitches
Diffstat (limited to 'plugins/Dashboard/stylesheets')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index a1c8558e09..57a082cc08 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -468,6 +468,10 @@ div.widgetpreview-preview {
float: left;
}
+#dashboardWidgetsArea {
+ margin-top: 5px;
+}
+
@media all and (max-width: 749px) {
#dashboardWidgetsArea {
padding-right: 7px;