From fde21266504a91abfa40b27704f4ae1fdca7d517 Mon Sep 17 00:00:00 2001 From: Sean McArthur <sean.monstar@gmail.com> Date: Wed, 20 Jun 2012 16:15:09 -0700 Subject: [PATCH] add background to #content div it's gradient doesn't go all the way down either. We must keep the backgrounds on #wait, #delay, and #error, since they are needed to cover the #formWrap background. the same background of #error is added to #content, so that even though #error doesn't extend all the way down, the gradient still does, and it looks correct on Android again. fixes 1721 --- resources/static/css/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/static/css/common.css b/resources/static/css/common.css index 8cde30586..821820c34 100644 --- a/resources/static/css/common.css +++ b/resources/static/css/common.css @@ -361,7 +361,7 @@ footer .help { font-weight: bold; } -#wait, #delay, #error { +#content, #wait, #delay, #error { background-color: #dadee1; background-image: url("/i/grain.png"), -moz-linear-gradient(top, #dadee1, #c7ccd0); } -- GitLab