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:
authorsgiehl <stefan@piwik.org>2016-02-24 00:48:30 +0300
committersgiehl <stefan@piwik.org>2016-02-24 00:48:30 +0300
commit5c737e4fdb6a15392c6808a00bfca7ca31862189 (patch)
treea8dbe066d89745d54f2b6acac109c2da2b39ee0c /plugins/Morpheus
parent44a6d4c12b55c0fbcdb08b2a77306aa9f420db09 (diff)
fix problems with building dashboard menu after updating dashboards
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/main.less12
1 files changed, 10 insertions, 2 deletions
diff --git a/plugins/Morpheus/stylesheets/main.less b/plugins/Morpheus/stylesheets/main.less
index d70db659e7..85ed5f957c 100644
--- a/plugins/Morpheus/stylesheets/main.less
+++ b/plugins/Morpheus/stylesheets/main.less
@@ -197,9 +197,17 @@ table.entityTable tr td a:hover {
}
> ul > li {
white-space: nowrap;
- margin-right: 0px;
+ margin-right: 0;
a {
- padding-left: 0;
+ font-family: Verdana, sans-serif;
+ font-size: 11px;
+ line-height: 12px;
+ display: inline-block;
+ width: 100%;
+ padding: 11px 19px 10px 0;
+ white-space: nowrap;
+ cursor: pointer;
+ text-transform: uppercase;
}
&.sfActive {
a {