diff --git a/screenshots/screenshots.js b/screenshots/screenshots.js index 914192216..623cbe0fe 100644 --- a/screenshots/screenshots.js +++ b/screenshots/screenshots.js @@ -94,14 +94,14 @@ casper.then(function() { this.capture(outputDir + 'repo-admin.png'); }); -casper.thenOpen(rootUrl + 'organizations/new/', function() { - this.waitForText('Create'); +casper.thenOpen(rootUrl + 'repository/?namespace=' + org, function() { + this.waitForText('Repositories'); }); disableOlark(); casper.then(function() { - this.capture(outputDir + 'org-create.png'); + this.capture(outputDir + 'org-repo-list.png'); }); casper.thenOpen(rootUrl + 'organization/' + org, function() { diff --git a/static/css/quay.css b/static/css/quay.css index b0c2d1983..59c1638d8 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -954,6 +954,11 @@ p.editable:hover i { float: right; } +.button-bar-bottom { + margin-bottom: 60px; +} + + .repo-list .section-header { padding: 10px; border-bottom: 1px solid #eee; @@ -1949,4 +1954,8 @@ p.editable:hover i { top: -9px; font-weight: bold; font-size: .4em; +} + +.page-description { + margin-bottom: 40px; } \ No newline at end of file diff --git a/static/img/org-admin.png b/static/img/org-admin.png new file mode 100644 index 000000000..a67852e99 Binary files /dev/null and b/static/img/org-admin.png differ diff --git a/static/img/org-repo-admin.png b/static/img/org-repo-admin.png new file mode 100644 index 000000000..cf9377477 Binary files /dev/null and b/static/img/org-repo-admin.png differ diff --git a/static/img/org-repo-list.png b/static/img/org-repo-list.png new file mode 100644 index 000000000..bcbc081b3 Binary files /dev/null and b/static/img/org-repo-list.png differ diff --git a/static/img/org-teams.png b/static/img/org-teams.png new file mode 100644 index 000000000..e084abeca Binary files /dev/null and b/static/img/org-teams.png differ diff --git a/static/img/repo-admin.png b/static/img/repo-admin.png index e3b08e1c2..f0511cf7c 100644 Binary files a/static/img/repo-admin.png and b/static/img/repo-admin.png differ diff --git a/static/img/repo-changes.png b/static/img/repo-changes.png index ccf58197d..40a0ce8c2 100644 Binary files a/static/img/repo-changes.png and b/static/img/repo-changes.png differ diff --git a/static/img/repo-view.png b/static/img/repo-view.png index 6a100acef..ea26cd4b5 100644 Binary files a/static/img/repo-view.png and b/static/img/repo-view.png differ diff --git a/static/img/user-home.png b/static/img/user-home.png index 11f95fc78..32aa92d1f 100644 Binary files a/static/img/user-home.png and b/static/img/user-home.png differ diff --git a/static/partials/new-organization.html b/static/partials/new-organization.html index 5de5dbbc6..955c0d2d0 100644 --- a/static/partials/new-organization.html +++ b/static/partials/new-organization.html @@ -5,8 +5,7 @@