diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-15 21:03:42 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-15 21:03:42 -0400 |
| commit | ca9d64b313a4638d665e08e6d6c79c5b2538601d (patch) | |
| tree | a34bcb2ab67d9d7bdb448c26951a905a53a00ba3 /www/css | |
| parent | e41a65e082bcaa1487621a7a7ddcb2c1228a6c3f (diff) | |
Updated with functionality to save feed snapshots to camera roll
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
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 { } + + |
