diff --git a/static/css/directives/ui/repo-count-checker.css b/static/css/directives/ui/repo-count-checker.css index d357afdba..1482f826b 100644 --- a/static/css/directives/ui/repo-count-checker.css +++ b/static/css/directives/ui/repo-count-checker.css @@ -1,26 +1,3 @@ -.repo-count-checker .btn { - margin-top: 0px !important; -} - .repo-count-checker .co-alert { - margin-bottom: 6px !important; - padding-right: 120px; + margin-bottom: 16px; } - -.repo-count-checker .co-alert .btn { - position: absolute; - top: 10px; - right: 10px; -} - -@media (max-width: 767px) { - .repo-count-checker .co-alert { - padding-right: 10px; - } - - .repo-count-checker .co-alert .btn { - position: relative; - margin-top: 20px; - margin-bottom: 10px; - } -} \ No newline at end of file diff --git a/static/directives/repo-count-checker.html b/static/directives/repo-count-checker.html index 50eee3815..6fe079da5 100644 --- a/static/directives/repo-count-checker.html +++ b/static/directives/repo-count-checker.html @@ -1,17 +1,13 @@