[Rt-commit] r18432 - rt/3.999/trunk/share/web/static/css

falcone at bestpractical.com falcone at bestpractical.com
Tue Feb 17 14:43:54 EST 2009


Author: falcone
Date: Tue Feb 17 14:43:52 2009
New Revision: 18432

Modified:
   rt/3.999/trunk/share/web/static/css/forms.css
   rt/3.999/trunk/share/web/static/css/login.css

Log:
* make the login page a little less ugly by making the old css
  match the new classes (s/-/_/)

Modified: rt/3.999/trunk/share/web/static/css/forms.css
==============================================================================
--- rt/3.999/trunk/share/web/static/css/forms.css	(original)
+++ rt/3.999/trunk/share/web/static/css/forms.css	Tue Feb 17 14:43:52 2009
@@ -31,6 +31,10 @@
    padding-right: 0.5em;
 }
 
+div.submit_button {
+   text-align: right;
+   padding-right: 0.5em;
+}
 
 input[type=reset], input[type=submit], input[class=button] {
    color: #fff;

Modified: rt/3.999/trunk/share/web/static/css/login.css
==============================================================================
--- rt/3.999/trunk/share/web/static/css/login.css	(original)
+++ rt/3.999/trunk/share/web/static/css/login.css	Tue Feb 17 14:43:52 2009
@@ -1,7 +1,3 @@
-#login-box hr {
- display: none;
-}
-
 #login-box {
 
  width: 30em;
@@ -14,17 +10,17 @@
 }
 
 
-#login-box .input-row {
+#login-box .form_field {
   position: relative;
   height: 1.5em;
   padding-top: 1em;
 }
 
-#login-box .input-row .label {
+#login-box .form_field label {
 
  position: absolute;
- left:0em;
- width: 5.5em;
+ left: 0em;
+ width: 8.5em;
  text-align: right;
  font-weight: bold;
 
@@ -32,8 +28,14 @@
 }
 
 
-#login-box .input-row .input {
+#login-box .form_field input {
+ position: absolute;
+ left:9em;
+}
+
+#login-box .form_field .hints {
  position: absolute;
- left:6em;
+ left: 12em;
+ font-size: 0.8em;
 }
 


More information about the Rt-commit mailing list