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 ZILLIOX <thomas@zilliox.me>2013-07-13 05:36:22 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-13 05:36:22 +0400
commit606db6171ffe499d401b8b6b8960adb529d5ac52 (patch)
treeafdd1ff9b92c85a91125cc8f6b06a7690980a50e /plugins/Dashboard
parenta01582a67c9317ce80dd1f3b04d79631a465bee9 (diff)
Separate styles.css & common.css on multiple meaningful files
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 2c4d502b65..a287a438fc 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -2,6 +2,17 @@
margin: 0 -7px;
}
+.top_controls {
+ position: relative;
+ height: 32px;
+}
+
+.top_controls_inner {
+ position: relative;
+ height: 32px;
+ padding-bottom: 20px;
+}
+
#dashboardWidgetsArea {
padding-bottom: 100px;
}
@@ -60,6 +71,14 @@
border: 1px solid #aba494;
}
+.widget .entityContainer {
+ width: 100%;
+}
+
+.widget .sparkline {
+ margin-left: 5px;
+}
+
.widgetContent.hidden {
position: absolute;
top: -5000px;