CSS change for the flash messages

pull/217/head
iglocska 2013-06-03 11:27:08 +02:00
parent 7eec9c01db
commit 2d507fb62d
1 changed files with 16 additions and 4 deletions

View File

@ -109,8 +109,8 @@ div.forminfo{
margin-bottom: 10px;
float: top;
background-color: #F2F2F2;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0px 0px 6px #B2B2B2;
border-radius: 5px;
box-shadow: 0px 0px 6px #B2B2B2;
}
div.visualisation{
@ -121,8 +121,20 @@ div.visualisation{
margin-bottom: 10px;
float: top;
background-color: #F2F2F2;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0px 0px 6px #B2B2B2;
border-radius: 5px;
box-shadow: 5px 5px 6px #B2B2B2;
}
div.message{
font-size: 133%;
opacity: 50;
margin-bottom: 15px;
padding: 5px;
float: top;
color: #FFFFFF;
background-color: #C11B17;
border-radius: 7px;
box-shadow: 5px 5px 8px #B2B2B2;
}
.clear{