diff --git a/static/css/quay.css b/static/css/quay.css index eabc24d86..8783e18b1 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -15,14 +15,23 @@ .repo-circle.no-background { background: transparent; + position: relative; height: 40px; width: 40px; } +.repo-circle .fa-hdd { + font-size: 36px; +} + +.repo-circle.no-background .fa-hdd { + font-size: 30px; +} + .repo-circle .fa-lock { position: absolute; - bottom: -6px; - right: 0px; + bottom: -2px; + right: -4px; background: rgb(253, 191, 191); width: 20px; display: inline-block; @@ -30,11 +39,11 @@ text-align: center; height: 20px; line-height: 21px; - font-size: 16px; + font-size: 16px !important; } .repo-circle.no-background .fa-lock { - bottom: 2px; + bottom: -2px; right: -6px; color: #444; } @@ -710,7 +719,6 @@ p.editable:hover i { } .repo-listing i { - font-size: 2em; color: #999; display: inline-block; margin-right: 6px; diff --git a/static/directives/repo-circle.html b/static/directives/repo-circle.html index 8c03accc8..49d60ce56 100644 --- a/static/directives/repo-circle.html +++ b/static/directives/repo-circle.html @@ -1,2 +1,2 @@ - +