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>2013-11-28 23:35:03 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-11-28 23:35:03 +0400
commita6d28230b60990e8f36fdb429f67ed899ad979d5 (patch)
treeb5523aa9cde31c7f06d30f867927f4bc30b559f5 /plugins/CorePluginsAdmin/stylesheets
parent93a060c65713aeea75aa34012a221d778d2271d0 (diff)
refs #4338 position featuredicon correct cross-browser
Diffstat (limited to 'plugins/CorePluginsAdmin/stylesheets')
-rw-r--r--plugins/CorePluginsAdmin/stylesheets/marketplace.less7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/CorePluginsAdmin/stylesheets/marketplace.less b/plugins/CorePluginsAdmin/stylesheets/marketplace.less
index cf236ac127..5df221b79a 100644
--- a/plugins/CorePluginsAdmin/stylesheets/marketplace.less
+++ b/plugins/CorePluginsAdmin/stylesheets/marketplace.less
@@ -58,10 +58,6 @@
}
}
-.old-ie .pluginslist .plugin .featuredIcon {
- margin-top: -20px;
-}
-
.pluginslist {
margin-top: 20px;
max-width: 980px;
@@ -151,6 +147,9 @@
margin-bottom: 3px;
height: 24px;
width: 24px;
+ position: absolute;
+ right: 1px;
+ margin-top: -22px;
}
.footer {