2013-10-18 19:11:10 +02:00
|
|
|
#message {
|
2013-10-29 14:43:48 +01:00
|
|
|
position: absolute;
|
2014-03-06 13:43:08 +01:00
|
|
|
text-align: right;
|
2013-10-29 14:43:48 +01:00
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
padding: 0.4em 0.5em;
|
|
|
|
border-radius: 0 0 0 10px;
|
|
|
|
border: 2px solid #333;
|
|
|
|
border-width: 0 0 2px 2px;
|
|
|
|
font-weight: bold;
|
|
|
|
box-shadow: 0px 2px 6px 0px rgba(16, 16, 16, 0.65);
|
|
|
|
|
|
|
|
color: #333;
|
|
|
|
white-space:nowrap;
|
|
|
|
|
2014-01-17 12:51:54 +01:00
|
|
|
//z-index: 5;
|
2014-03-06 13:43:08 +01:00
|
|
|
|
2013-10-29 14:43:48 +01:00
|
|
|
display:none;
|
|
|
|
|
|
|
|
&.error {
|
|
|
|
background: #EB313C;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
&.warning {
|
|
|
|
background: #E9A86E;
|
|
|
|
}
|
|
|
|
&.notice {
|
|
|
|
background: #93CAF4;
|
|
|
|
}
|
|
|
|
&.info {
|
|
|
|
background: #97DD8A;
|
|
|
|
}
|
2013-10-18 19:11:10 +02:00
|
|
|
}
|