[Rt-commit] rt branch, 4.0/login-inputs-length, created. rt-4.0.10-73-g99d6b3f
? sunnavy
sunnavy at bestpractical.com
Tue Mar 5 12:50:53 EST 2013
The branch, 4.0/login-inputs-length has been created
at 99d6b3fd52dd9aee0a37bcc99a03c5c427aeebec (commit)
- Log -----------------------------------------------------------------
commit 99d6b3fd52dd9aee0a37bcc99a03c5c427aeebec
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Mar 6 01:38:10 2013 +0800
make login inputs the same length especially for ie8/9.
see also #17159
diff --git a/share/html/NoAuth/css/base/login.css b/share/html/NoAuth/css/base/login.css
index 8010d27..12de00f 100644
--- a/share/html/NoAuth/css/base/login.css
+++ b/share/html/NoAuth/css/base/login.css
@@ -81,6 +81,10 @@ margin-right:auto;margin-left:auto;
}
+#login-box .input-row input {
+ width: 14em;
+}
+
#login-box .button-row {
margin-top: 0.5em;
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list