From 1e45bd9327632102efc47f68e61d62d05feec555 Mon Sep 17 00:00:00 2001 From: Georg Fischer Date: Sat, 2 Nov 2013 13:02:22 +0100 Subject: [PATCH] only show social links if upload was successful --- index.html | 8 ++++---- styles/main.css | 10 ++++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 0fdfa1a..ace1d33 100644 --- a/index.html +++ b/index.html @@ -42,10 +42,10 @@ download bitmap file (.png)
- open - twitter - facebook - reddit + + + + sorry, something went wrong. maybe try again?
diff --git a/styles/main.css b/styles/main.css index f6b9f99..db4f527 100644 --- a/styles/main.css +++ b/styles/main.css @@ -234,6 +234,16 @@ a:hover display: inline-block; } +.social-link +{ + display: none; +} + + .upload-successful .social-link + { + display: inline-block; + } + .missing-feature {