only show social links if upload was successful

This commit is contained in:
Georg Fischer
2013-11-02 13:02:22 +01:00
parent 16f275ee43
commit 1e45bd9327
2 changed files with 14 additions and 4 deletions
+10
View File
@@ -234,6 +234,16 @@ a:hover
display: inline-block;
}
.social-link
{
display: none;
}
.upload-successful .social-link
{
display: inline-block;
}
.missing-feature
{