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/Marketplace/stylesheets/marketplace-widget.less')
-rw-r--r--plugins/Marketplace/stylesheets/marketplace-widget.less44
1 files changed, 44 insertions, 0 deletions
diff --git a/plugins/Marketplace/stylesheets/marketplace-widget.less b/plugins/Marketplace/stylesheets/marketplace-widget.less
new file mode 100644
index 0000000000..3438983825
--- /dev/null
+++ b/plugins/Marketplace/stylesheets/marketplace-widget.less
@@ -0,0 +1,44 @@
+.uiTest .getNewPlugins {
+ .row {
+ display: none;
+ }
+}
+
+.getNewPlugins {
+ .pluginName {
+ cursor: pointer;
+ }
+
+ .widgetBody {
+ margin-bottom: 20px;
+ }
+
+ .screenshot {
+ cursor: pointer;
+ }
+
+ &:not(.isAdminPage) {
+ h3 {
+ padding-left: 0 !important;
+ padding-top: 5px !important;
+ }
+ }
+
+ &.isAdminPage {
+ h3 {
+ margin-top:0;
+ margin-bottom: 8px;
+ }
+ .description {
+ height: 30px;
+ }
+ .row {
+ margin-left: -12px;
+ margin-right: -12px;
+ }
+ .screenshot {
+ max-height: 250px;
+ object-fit: cover;
+ }
+ }
+} \ No newline at end of file