[Rt-commit] r11989 - in rt/branches/3.8-TESTING: .
jesse at bestpractical.com
jesse at bestpractical.com
Wed Apr 30 21:34:18 EDT 2008
Author: jesse
Date: Wed Apr 30 21:34:18 2008
New Revision: 11989
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/html/NoAuth/css/web2/login.css
Log:
r30298 at 31b: jesse | 2008-04-30 21:34:11 -0400
* removed the wird big white border around the login box
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/login.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/login.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/login.css Wed Apr 30 21:34:18 2008
@@ -46,6 +46,13 @@
%#
%# END BPS TAGGED BLOCK }}}
+
+div.login-body#body {
+ background: none;
+ border: none;
+}
+
+
#login-box hr {
display: none;
}
@@ -53,7 +60,11 @@
#login-box {
width: 30em;
+
margin-right:auto;margin-left:auto;
+ padding-top: 2em;
+ padding-bottom: 2em;
+
}
More information about the Rt-commit
mailing list