diff --git a/static/css/quay.css b/static/css/quay.css index 13bc91905..e62666b73 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -2541,6 +2541,12 @@ p.editable:hover i { margin-bottom: 30px; } +.repo-panel-title-row { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} + .panel-body.starred { background: -moz-linear-gradient(top, rgba(255,240,188,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,240,188,1)), color-stop(50%,rgba(255,255,255,0.5)), color-stop(51%,rgba(255,255,255,0.49)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */ @@ -2593,6 +2599,12 @@ p.editable:hover i { padding-top: 13px; } +.repo-listing .description p:last-child { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} + .repo-build .build-id:before { content: "Build ID: " diff --git a/static/partials/repo-list.html b/static/partials/repo-list.html index 268aedcde..312995e30 100644 --- a/static/partials/repo-list.html +++ b/static/partials/repo-list.html @@ -50,18 +50,18 @@
@@ -98,11 +98,11 @@
-
-
There aren't any repositories yet.
-
This origanization does't have any repositories, or you have not been provided access. Create a new repository +
This namespace doesn't have any viewable repositories.
+
You may be seeing this because you do not have permission to view any repositories. If you have permission, try creating a new repository.