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-01-13 22:51:54 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-01-15 05:59:33 +0300
commit80f829958706e5a334013995373c9df5e26c64c2 (patch)
tree6c68877ad6d3a05003e72b0c8fb38351b965a99f /plugins/Morpheus
parente65491b1a93c3eb053ea586707e8a10f05d9a5b2 (diff)
some admin pages did not use the max available space in the headline, update check was not aligned
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/stylesheets/uibase/_headerMessage.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Morpheus/stylesheets/uibase/_headerMessage.less b/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
index e2f9a13997..41cdc726b9 100644
--- a/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
+++ b/plugins/Morpheus/stylesheets/uibase/_headerMessage.less
@@ -3,7 +3,7 @@
z-index: 0;
cursor: default;
position: absolute;
- right: 1px;
+ right: 0px;
overflow: hidden;
display: block;
height: 20px;