From eeee2ccf74c71301ec53b52b88eeddb9fb49f550 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 10 Sep 2012 20:37:41 +0400 Subject: login form: resize input fields, fix missing error output --- include/login_form.php | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'include/login_form.php') diff --git a/include/login_form.php b/include/login_form.php index ba2917efa..865709f0e 100644 --- a/include/login_form.php +++ b/include/login_form.php @@ -68,6 +68,13 @@ div.row { padding : 0px 0px 5px 0px; } + + div.row-error { + color : red; + text-align : center; + padding : 0px 0px 5px 0px; + } + @@ -142,11 +149,17 @@ function bwLimitChange(elem) {
- + +
+ +
+ +
" />
@@ -154,6 +167,7 @@ function bwLimitChange(elem) {
"/>
@@ -161,14 +175,15 @@ function bwLimitChange(elem) {
-
-- cgit v1.2.3-54-g00ecf