From ca9d64b313a4638d665e08e6d6c79c5b2538601d Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Wed, 15 Jul 2015 21:03:42 -0400 Subject: Updated with functionality to save feed snapshots to camera roll --- www/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index a8c4b3f7..0092b0a2 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -105,6 +105,15 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ } +.camera-icon +{ + position:absolute; + bottom:20px; + left:10px; + z-index:10; + opacity:0.7; +} + /* Styling of progress bar http://www.useragentman.com/blog/2012/01/03/cross-browser-html5-progress-bars-in-depth/ */ @@ -206,3 +215,5 @@ progress[aria-valuenow]:before { } + + -- cgit v1.2.3