2014-08-31 23:22:56 +02:00
|
|
|
.message {
|
2014-09-27 10:26:33 +02:00
|
|
|
margin: 0 auto 0.2em auto;
|
2014-08-31 23:22:56 +02:00
|
|
|
padding: 0.4em 0.5em;
|
|
|
|
text-align: center;
|
2014-09-27 10:26:33 +02:00
|
|
|
max-width: 40em;
|
2014-08-31 23:22:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.message.error {
|
|
|
|
background: #fdd;
|
|
|
|
box-shadow: 0 0 0 1px #fcc inset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.message.info {
|
|
|
|
background: #def;
|
|
|
|
box-shadow: 0 0 0 1px #cdf inset;
|
|
|
|
}
|