Handle alert banners in alerts.rb

This commit is contained in:
Saivann 2013-07-14 01:04:26 -04:00
parent 9e25b71df5
commit b520e53047
11 changed files with 24 additions and 68 deletions

View file

@ -127,22 +127,9 @@ li p{
font-style:italic;
}
.alert-message{
background-color:#fff;
}
.alert-message div{
background-color:#fff;
background-color:#c5251f;
}
.alert-message.error div{
background-color:#c5251f;
}
.alert-message.success div{
background-color:#489e48;
}
.alert-message.info div{
background-color:#517ea7;
}
.alert-message div div{
margin:auto;
width:960px;
@ -151,6 +138,9 @@ li p{
.alert-message,.alert-message a,.alert-message a:link,.alert-message a:active,.alert-message a:visited{
color:#fff;
}
.alert-message a:hover{
text-decoration:underline;
}
#head{
margin:30px 0px 30px 0px;