[Rt-commit] rt branch, 4.4/improve-rt-login-fields-alignment, created. rt-4.4.3-17-g1f1432ffd

Maureen Mirville maureen at bestpractical.com
Tue Jun 26 18:24:14 EDT 2018


The branch, 4.4/improve-rt-login-fields-alignment has been created
        at  1f1432ffd03ceab68e12db75b04e5c8cd70be22d (commit)

- Log -----------------------------------------------------------------
commit 1f1432ffd03ceab68e12db75b04e5c8cd70be22d
Author: Maureen E. Mirville <maureen at bestpractical.com>
Date:   Tue Jun 26 16:45:21 2018 -0400

    Improve alignment of fields and buttons on RT login page

diff --git a/share/static/css/base/login.css b/share/static/css/base/login.css
index 47882d99b..87ea70a70 100644
--- a/share/static/css/base/login.css
+++ b/share/static/css/base/login.css
@@ -26,10 +26,9 @@ margin-right:auto;margin-left:auto;
 
 #login-box .input-row .label {
 
- float: left;
- width: 8em;
- text-align: right;
+ text-align: center;
  font-weight: bold;
+ left: 0;
 
 
 }
@@ -40,6 +39,7 @@ margin-right:auto;margin-left:auto;
 
 #login-box .button-row {
   margin-top: 0.5em;
+  margin-right: 4em;
 }
 
 #quick-personal {
@@ -69,3 +69,12 @@ margin-right:auto;margin-left:auto;
 #login-box div.login-help {
     text-align: center;
 }
+
+#login-box .titlebox form {
+    text-align: center;
+    width: 100%;
+}
+
+#login .input-row .input {
+  left: 0;
+}

-----------------------------------------------------------------------


More information about the rt-commit mailing list