From 282486a36439fdf2c2a87297970755fd863933a6 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 6 Oct 2014 15:49:46 +0200 Subject: [PATCH] fix bug: invisible progress bar --- app/assets/stylesheets/zzz.css.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index 02dafcac3..9681fa836 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -2885,10 +2885,10 @@ footer { .article-attachment { position: absolute; - bottom: 0; + bottom: -4px; left: 10px; right: 10px; - height: 38px; + height: 42px; padding: 10px 0; color: #b3b3b3; overflow: hidden; @@ -2954,7 +2954,7 @@ footer { height: 4px; background: hsl(202,66%,55%); left: 0; - bottom: -5px; + bottom: 0; } .pop-selector {