From: Sarven Capadisli Date: Thu, 16 Jul 2009 19:58:24 +0000 (+0000) Subject: Using bottom instead of top for form_note X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=350a342509775ace6228074aa4bd514ad7dfc62d;p=quix0rs-gnu-social.git Using bottom instead of top for form_note --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index eb4e88d02f..867dc0ef7c 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -482,7 +482,7 @@ height:16px; } #form_notice .form_note { position:absolute; -top:99px; +bottom:2px; right:98px; z-index:9; }