From b8e4f4198716d4c2d32fdb84db43a85aa3f3ebeb Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 25 Feb 2015 16:40:59 +0100 Subject: [PATCH] Notice character count now adapts to resized textbox --- theme/base/css/display.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 999fce7f83..527a9a626f 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -389,7 +389,7 @@ address .poweredby { .form_notice .count { position: absolute; - top: 50px; + bottom: 72px; right: 32px; z-index: 99; font-size: 0.8em; -- 2.39.5