Use login widget on login page (committing files that got skipped in r6451). Add help() method to WidgetDirective.

This commit is contained in:
rjy7 2010-11-16 15:10:12 +00:00
parent 6c43c7dada
commit 7d28e601ea
5 changed files with 21 additions and 7 deletions

View file

@ -222,7 +222,6 @@ ul#main-nav {
}
/* LOG IN------> */
#log-in {
float:right;
width:314px;
height:390px;
border:1px solid #e8ece9;
@ -231,6 +230,10 @@ ul#main-nav {
padding-bottom:30px;
margin-bottom:30px;
}
/* Login container on home page */
#login-container {
float: right;
}
#log-in h2 {
font-size: 22px;
color: #2485ae;