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-08-07 05:24:59 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-07 05:24:59 +0400
commitfd46259ccb4b13420633136042d75f4079fe0c42 (patch)
tree23ebd1fe829bfdfbe2352a6e20e3dad6ef0db20d /plugins/CoreAdminHome/stylesheets
parent2fab7137b7da356bd323ffb4a0952d732f4651b1 (diff)
Bugfix on the menu position for large screen
Diffstat (limited to 'plugins/CoreAdminHome/stylesheets')
-rw-r--r--plugins/CoreAdminHome/stylesheets/menu.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/menu.less b/plugins/CoreAdminHome/stylesheets/menu.less
index 8c99407188..f6686a3cdb 100644
--- a/plugins/CoreAdminHome/stylesheets/menu.less
+++ b/plugins/CoreAdminHome/stylesheets/menu.less
@@ -1,3 +1,7 @@
+#container {
+ clear: left;
+}
+
#menu {
padding: 0;
float: left;