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-09-28 00:29:22 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-09-28 00:29:22 +0400
commitcb5f723e88eec5f75b65a15eeecfb6ed817b6f44 (patch)
tree22575ee775b5c7f3adde9bb17fb097718cf8541d
parent00c08ec00df86fd5e776867014cf89232aa8e51c (diff)
Alignment of the dashboard elements
-rw-r--r--plugins/CoreHome/stylesheets/coreHome.less2
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less6
-rw-r--r--plugins/Dashboard/templates/embeddedIndex.twig2
-rw-r--r--plugins/LeftMenu/stylesheets/theme.less1
4 files changed, 7 insertions, 4 deletions
diff --git a/plugins/CoreHome/stylesheets/coreHome.less b/plugins/CoreHome/stylesheets/coreHome.less
index 71a130f999..61738c2c81 100644
--- a/plugins/CoreHome/stylesheets/coreHome.less
+++ b/plugins/CoreHome/stylesheets/coreHome.less
@@ -48,7 +48,7 @@ h3 {
/* Content */
#content.home {
- padding-top: 5px;
+ padding-top: 15px;
font-size: 14px;
}
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index f00fe46366..b39bcf2bf1 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -83,6 +83,10 @@
z-index: 1;
}
+.widget:first-child {
+ margin-top: 0;
+}
+
.widgetHover {
border: 1px solid #aba494;
}
@@ -124,7 +128,7 @@
}
.widgetTopHover {
- background: #B0A798 url(plugins/Zeitgeist/images/dashboard_h_bg_hover.png) repeat-x 0 0;
+ background: #C4BBAD url(plugins/Zeitgeist/images/dashboard_h_bg_hover.png) repeat-x 0 0;
}
.widgetName {
diff --git a/plugins/Dashboard/templates/embeddedIndex.twig b/plugins/Dashboard/templates/embeddedIndex.twig
index e509b5c4b7..ff71623b4b 100644
--- a/plugins/Dashboard/templates/embeddedIndex.twig
+++ b/plugins/Dashboard/templates/embeddedIndex.twig
@@ -122,7 +122,5 @@
<div class="widgetpreview-preview"></div>
</div>
- <div class="clear"></div>
-
<div id="dashboardWidgetsArea"></div>
</div>
diff --git a/plugins/LeftMenu/stylesheets/theme.less b/plugins/LeftMenu/stylesheets/theme.less
index 12c5ceecd5..ed21fb4ab5 100644
--- a/plugins/LeftMenu/stylesheets/theme.less
+++ b/plugins/LeftMenu/stylesheets/theme.less
@@ -6,6 +6,7 @@
padding: 0;
float: left;
width: 240px;
+ padding-top: 10px;
}
.Menu--dashboard > .Menu-tabList {