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:
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less9
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index a287a438fc..cecf74adb5 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -43,7 +43,7 @@
}
.col.width-33 {
- width: 33%;
+ width: 33.33%;
}
.col.width-30 {
@@ -65,6 +65,7 @@
overflow: hidden;
border-radius: 4px;
font-size: 14px;
+ z-index: 1;
}
.widgetHover {
@@ -95,10 +96,12 @@
font-weight: bold;
}
+.widget p {
+ margin-left: 10px;
+}
+
.widgetTop {
background: #b5b0a7 url(../../../plugins/Zeitgeist/images/dashboard_h_bg.png) repeat-x 0 0;
- border-radius: 4px 4px 0 0;
- width: 100%;
cursor: move;
font-size: 10pt;
font-weight: bold;