Added new features for VITRO home page:

-Filtered search based in class groups (It needs to be wired. Just added HTML/CSS/JS)
-Class group stats (It needs to be wired. Just added HTML/CSS/JS)
-Improveed UX for signing when there is external authorization

Removed search box located in header in homepage.
This commit is contained in:
Manolo Bevia 2013-04-11 15:09:23 -04:00
parent 3997440944
commit c19df41bfd
9 changed files with 411 additions and 37 deletions

View file

@ -59,11 +59,21 @@ p.request-account {
font-size: .8em;
}
h3.internal-auth {
margin-left: 38px;
color: #5F6464;
margin-left: 20px;
font-size: 1em;
margin-bottom: 0;
padding-bottom: 0;
text-decoration: none;
cursor: hand;
cursor: pointer;
text-align: center;
line-height: 1.4em;
}
.vivoAccount {
display: none;
}
#vivoAccountError {
display: block;
}
.formFieldAlert {
border: 2px solid #900;