[Rt-commit] rt branch, 4.4/login-form-alignment, created. rt-4.4.3-39-g428f09d17
Jim Brandt
jbrandt at bestpractical.com
Tue Aug 28 08:32:19 EDT 2018
The branch, 4.4/login-form-alignment has been created
at 428f09d1753136ab8c53ec6716248647762adc82 (commit)
- Log -----------------------------------------------------------------
commit 428f09d1753136ab8c53ec6716248647762adc82
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Tue Aug 28 08:32:01 2018 -0400
Better align input boxes and login button
diff --git a/share/static/css/rudder/login.css b/share/static/css/rudder/login.css
index 889cb0e96..53fa902f0 100644
--- a/share/static/css/rudder/login.css
+++ b/share/static/css/rudder/login.css
@@ -3,5 +3,14 @@
}
#login-box .input-row .label {
- width: 13em
+ width: 10.5em
+}
+
+#login-box form {
+ width: 100%;
+}
+
+#login-box .button {
+ margin-right: 2.4em;
+ margin-top: 0.5em;
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list