NIHVIVO-1361: clean up, added login.css to stylesheets.ftl

This commit is contained in:
mb863 2010-11-17 23:16:59 +00:00
parent eafa04ccf2
commit 239c38b3c3
3 changed files with 25 additions and 5 deletions

View file

@ -148,4 +148,20 @@ p.passwordNote {
.or {
display:inline;
vertical-align:middle;
}
}
/* WILMA THEME ------> */
#error-alert{
width:260px;
position:relative;
}
#error-alert img{
padding-left:38px;
}
#error-alert p.error-message{
position:absolute;
width:200px;
top:8px;
left:82px;
font-size:0.7em;
color:#b30d1c;
}