style .errornotice content

This commit is contained in:
Frédéric Péters 2016-04-29 12:31:34 +02:00
parent a7878f5306
commit 0aa95c1e33
1 changed files with 14 additions and 0 deletions

14
wcs.css
View File

@ -89,3 +89,17 @@ span.required {
#rub_service .widget ul li:before {
content: none;
}
div.errornotice {
text-align: left;
background: #fd6;
border: 1px solid #ffae15;
margin: 0px;
padding: 5px;
border-radius: 4px;
}
div.errornotice p {
margin: 1ex 0;
}