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 Steur <thomas.steur@gmail.com>2015-06-24 01:31:45 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-06-24 01:31:45 +0300
commit273f9a7fc102fd2f689020c2e2d2758c998cf630 (patch)
treea398bf932aa20ec6f7fc87266ad6289618ffa416 /plugins/Dashboard
parent0bdbb9df858176cfb6fb2a09598a5998be278e2f (diff)
make the dashboard look a bit more like cards design
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less2
-rw-r--r--plugins/Dashboard/stylesheets/widget.less2
2 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 99c57dc098..7789ad4a56 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -34,7 +34,7 @@
padding-left: 7px;
>.sortable {
- padding: 5px 0;
+ padding: 5px 0 10px 0;
}
}
}
diff --git a/plugins/Dashboard/stylesheets/widget.less b/plugins/Dashboard/stylesheets/widget.less
index 3590004a72..38dfe2d653 100644
--- a/plugins/Dashboard/stylesheets/widget.less
+++ b/plugins/Dashboard/stylesheets/widget.less
@@ -2,7 +2,6 @@
.font-default(13px, 18px);
background: @theme-color-background-base;
border: 1px solid @color-silver-l85;
- .border-radius();
box-shadow: 0 1px 1px rgba(204,204,204,.5);
overflow: hidden;
z-index: 1;
@@ -39,7 +38,6 @@
font-weight: normal;
padding-bottom: 4px;
background: @theme-color-widget-title-background;
- border-bottom: 1px solid @color-silver-l85;
h3 {
.font-default(15px, 18px);
color: @theme-color-widget-title-text;