[Rt-commit] r11987 - in rt/branches/3.8-TESTING: .
jesse at bestpractical.com
jesse at bestpractical.com
Wed Apr 30 21:22:35 EDT 2008
Author: jesse
Date: Wed Apr 30 21:22:35 2008
New Revision: 11987
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/html/NoAuth/css/web2/forms.css
rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css
rt/branches/3.8-TESTING/html/NoAuth/css/web2/login.css
rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css
Log:
r30293 at 31b: jesse | 2008-04-30 21:19:39 -0400
* cleanup to login page, '3d' cheats
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/forms.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/forms.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/forms.css Wed Apr 30 21:22:35 2008
@@ -45,6 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
+
form {
background: none;
@@ -80,7 +81,7 @@
input[type=reset], input[type=submit], input[class=button] {
color: #fff;
- background: #183b83;
+ background: #336699;
padding: 0.25em;
padding-left: 0.5em;
padding-right: 0.5em;
@@ -111,3 +112,4 @@
div.submit .extra-buttons {
text-align: left;
}
+
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/layout.css Wed Apr 30 21:22:35 2008
@@ -45,6 +45,8 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
+
+
/* body */
body {
@@ -54,7 +56,7 @@
margin:0;
background-color: #183b83;
- background: #183b83 url(<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/background-gradient.png) top left repeat-x ;
+ background: #183b83 url(/NoAuth/css/web2/background-gradient.png) top left repeat-x ;
font-family: helvetica, arial, sans-serif;
}
@@ -117,12 +119,23 @@
div#footer {
position: absolute;
right: 0;
+ text-align: right;
font-size: 0.8em;
margin-top: 2em;
background: #fff;
margin-bottom: 0;
padding-left: 3em;
padding-right: 1em;
+
+
+
+
+
+ border-top: 2px solid #aaa;
+ border-left: 2px solid #aaa;
+
+
+
-moz-border-radius-topleft: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
@@ -135,7 +148,7 @@
div#footer #bpscredits {
text-align: right;
- background: url(<%RT->Config->Get('WebImagesURL')%>/bplogo.gif) no-repeat top right;
+ background: url(/NoAuth/images//bplogo.gif) no-repeat top right;
padding-top: 4em;
}
@@ -196,3 +209,5 @@
padding: 0.25em;
color: #fff;
}
+
+
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:22:35 2008
@@ -45,6 +45,38 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
+
#login-box hr {
display: none;
-}
\ No newline at end of file
+}
+
+#login-box {
+
+ width: 30em;
+margin-right:auto;margin-left:auto;
+
+}
+
+
+#login-box .input-row {
+ position: relative;
+ height: 1.5em;
+ padding-top: 1em;
+}
+
+#login-box .input-row .label {
+
+ position: absolute;
+ left:0em;
+ width: 5.5em;
+ text-align: right;
+ font-weight: bold;
+
+
+}
+
+
+#login-box .input-row .input {
+ position: absolute;
+ left:6em;
+}
Modified: rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css
==============================================================================
--- rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css (original)
+++ rt/branches/3.8-TESTING/html/NoAuth/css/web2/nav.css Wed Apr 30 21:22:35 2008
@@ -45,6 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
+
div#nav {
position: absolute;
left: 0;
@@ -59,7 +60,8 @@
-moz-border-radius-topright: 0.5em;
-webkit-border-top-right-radius: 0.5em;
- z-index: 0;
+ z-index: 99;
+
}
@@ -154,6 +156,8 @@
right: 0em;
padding-top:0.5em;
padding-bottom:0.75em;
+ border-top: 1px solid #aaa;
+
}
/* ie hack */
@@ -178,6 +182,9 @@
border-bottom: 2px solid #aaa;
-moz-border-radius-bottomleft: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
+
+
+
}
@@ -190,5 +197,5 @@
ul.page-navigation ul.page-menu {
float: right;
-
}
+
More information about the Rt-commit
mailing list