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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-04-17 07:13:54 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-04-17 07:13:54 +0300
commit6c2772a42d5f97b08949f4332b92d8831a6be933 (patch)
tree18cab179d5cb0e1fc33adea18b4d7ceb774f0a90
parent03d4c594c08ef935b8fd8d03c9eeab0d285eb813 (diff)
Fixed the display of the marketplace
-rw-r--r--plugins/CorePluginsAdmin/stylesheets/marketplace.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/CorePluginsAdmin/stylesheets/marketplace.less b/plugins/CorePluginsAdmin/stylesheets/marketplace.less
index f152f7b7e9..dba8ce1523 100644
--- a/plugins/CorePluginsAdmin/stylesheets/marketplace.less
+++ b/plugins/CorePluginsAdmin/stylesheets/marketplace.less
@@ -76,7 +76,8 @@
.pluginslist {
margin-top: 20px;
- clear: both;
+ max-width: 980px;
+ clear: right;
.plugin {
border: 1px solid #dadada;
@@ -113,7 +114,7 @@
&.even {
padding-right: 0px;
- width: 140px;
+ width: 130px;
overflow: hidden;
white-space: nowrap;
}