Put a message if the download link won't appear

This commit is contained in:
Joseph Schorr 2015-02-24 16:51:03 -05:00
parent 45bb05894b
commit afe6be0daf
2 changed files with 8 additions and 0 deletions

View file

@ -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;