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
parente65491b1a93c3eb053ea586707e8a10f05d9a5b2 (diff)
some admin pages did not use the max available space in the headline, update check was not aligned
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CorePluginsAdmin/stylesheets/marketplace.less1
-rw-r--r--plugins/CorePluginsAdmin/templates/plugins.twig2
-rw-r--r--plugins/Morpheus/stylesheets/uibase/_headerMessage.less2
3 files changed, 2 insertions, 3 deletions
diff --git a/plugins/CorePluginsAdmin/stylesheets/marketplace.less b/plugins/CorePluginsAdmin/stylesheets/marketplace.less
index 9fedbce513..ade3437114 100644
--- a/plugins/CorePluginsAdmin/stylesheets/marketplace.less
+++ b/plugins/CorePluginsAdmin/stylesheets/marketplace.less
@@ -236,7 +236,6 @@
.pluginslistActionBar {
min-width: 650px;
- max-width: 980px;
form {
display: inline;
diff --git a/plugins/CorePluginsAdmin/templates/plugins.twig b/plugins/CorePluginsAdmin/templates/plugins.twig
index f7f0b2970f..7249e45488 100644
--- a/plugins/CorePluginsAdmin/templates/plugins.twig
+++ b/plugins/CorePluginsAdmin/templates/plugins.twig
@@ -3,7 +3,7 @@
{% import '@CorePluginsAdmin/macros.twig' as plugins %}
{% block content %}
-<div style="max-width:980px;">
+<div>
{% if pluginsHavingUpdate|length %}
<h2>{{ pluginsHavingUpdate|length }} Update(s) available</h2>
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;