wcs: add class to style welcome warning on non-production sites

This commit is contained in:
Frédéric Péters 2014-12-22 17:49:50 +01:00
parent 744478cb36
commit 29ea48b621
1 changed files with 6 additions and 0 deletions

View File

@ -271,6 +271,12 @@ p#login a {
padding-bottom: 1ex;
}
div.welcome-warning {
margin: 10px;
border: solid red 5px;
padding: 10px;
font-size: 120%;
}
/* customisation AUF des formulaires */