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:
authormattab <matthieu.aubry@gmail.com>2013-11-22 10:22:44 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-22 10:22:44 +0400
commit7bf72ccc71cc3d4e35d1210463d4c207e5fe7c7a (patch)
tree4e5323a7588c5f824b448089f77c8c2fef594c50 /plugins/Morpheus/stylesheets
parentf2b55d120e5240291ee089061fb4f64c39039a95 (diff)
Making submenu less wide, but not top menu
Diffstat (limited to 'plugins/Morpheus/stylesheets')
-rw-r--r--plugins/Morpheus/stylesheets/theme.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/theme.less b/plugins/Morpheus/stylesheets/theme.less
index c74f56ee75..111c645c10 100644
--- a/plugins/Morpheus/stylesheets/theme.less
+++ b/plugins/Morpheus/stylesheets/theme.less
@@ -115,7 +115,7 @@ body {
margin: 0;
a {
.font-default(18px, 22px);
- padding: 14px 21px 11px;
+ padding: 14px 27px 11px;
}
> li {
.border-radius(0px);
@@ -130,6 +130,7 @@ body {
a {
color: @silver-40;
.font-default(15px, 18px);
+ padding: 14px 21px 11px;
}
&.sfHover {