From afe6be0dafb2083b0cfaf79430f9551aa3c18489 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 24 Feb 2015 16:51:03 -0500 Subject: [PATCH] Put a message if the download link won't appear --- static/css/quay.css | 5 +++++ static/directives/docker-auth-dialog.html | 3 +++ 2 files changed, 8 insertions(+) diff --git a/static/css/quay.css b/static/css/quay.css index 4fc72cc49..5f413f292 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -496,6 +496,11 @@ i.toggle-icon:hover { width: 100%; } +.docker-auth-dialog .download-cfg.not-supported { + font-size: 14px; + color: #ccc; +} + .docker-auth-dialog .download-cfg { float: left; padding-top: 6px; diff --git a/static/directives/docker-auth-dialog.html b/static/directives/docker-auth-dialog.html index 70ca8ae8c..270f8ac66 100644 --- a/static/directives/docker-auth-dialog.html +++ b/static/directives/docker-auth-dialog.html @@ -32,6 +32,9 @@ Download .dockercfg file + + .dockercfg download not supported in this browser +