diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-19 17:25:23 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-23 08:01:13 -0700 |
commit | 9538f9ae5502b33651f1d916ee69aaf74c121231 (patch) | |
tree | c050fe8f85aca1eac6d3fc916d318760aec89d43 /server/sonar-web/src/main/js/apps/marketplace/style.css | |
parent | 2d568ff3830cef88392656119bd2485a9ae9c8e1 (diff) | |
download | sonarqube-9538f9ae5502b33651f1d916ee69aaf74c121231.tar.gz sonarqube-9538f9ae5502b33651f1d916ee69aaf74c121231.zip |
SONAR-9953 SONAR-9354 SONAR-7663 Redesign and move system upgrade in the system info page
Diffstat (limited to 'server/sonar-web/src/main/js/apps/marketplace/style.css')
-rw-r--r-- | server/sonar-web/src/main/js/apps/marketplace/style.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/server/sonar-web/src/main/js/apps/marketplace/style.css b/server/sonar-web/src/main/js/apps/marketplace/style.css index 6363589603f..037a0c133d9 100644 --- a/server/sonar-web/src/main/js/apps/marketplace/style.css +++ b/server/sonar-web/src/main/js/apps/marketplace/style.css @@ -30,11 +30,3 @@ align-items: baseline; justify-content: space-between; } - -.marketplace-notifs .alert { - padding: 8px; -} - -.marketplace-notifs .alert:last-child { - margin-bottom: 16px; -} |