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:
Diffstat (limited to 'plugins/CorePluginsAdmin/stylesheets/marketplace.less')
-rw-r--r--plugins/CorePluginsAdmin/stylesheets/marketplace.less33
1 files changed, 21 insertions, 12 deletions
diff --git a/plugins/CorePluginsAdmin/stylesheets/marketplace.less b/plugins/CorePluginsAdmin/stylesheets/marketplace.less
index fd6442a9d2..3c1371ffb8 100644
--- a/plugins/CorePluginsAdmin/stylesheets/marketplace.less
+++ b/plugins/CorePluginsAdmin/stylesheets/marketplace.less
@@ -1,21 +1,29 @@
.marketplace {
- .plugin-search {
- float: right;
+ > .row {
+ margin: 0 -0.75rem;
+ }
- input, button {
- height: 41px;
- margin-bottom: 0;
- }
- button {
- font-size: inherit !important; // because the default Piwik button style is crazy
- }
+ .marketplaceActions {
+ margin-bottom: 0;
}
- .marketplace-max-width {
- max-width: 980px;
+ .plugin-search {
+ position: relative;
+ margin-right: 20px;
+ .icon-search {
+ position: absolute;
+ bottom: 32px;
+ right: -16px;
+ font-size: 16px;
+ cursor: pointer;
+ }
+
}
.plugin {
+ h3 {
+ word-break: break-all;
+ }
text-align: center;
.description {
@line-height: 18px;
@@ -42,6 +50,7 @@
overflow-x: hidden;
white-space: nowrap;
line-height: 18px;
+ font-size: 13px;
}
.update-available {
// Code taken from Bootstrap's labels
@@ -59,7 +68,7 @@
text-decoration: none;
}
}
- .panel-footer {
+ .footer {
padding: 12px 40px;
}
}