css/module.less: style hints

This commit is contained in:
Thomas Gelf 2015-07-30 10:28:25 +02:00
parent 1b56432b23
commit 8a3873fbc1
1 changed files with 15 additions and 0 deletions

View File

@ -32,6 +32,21 @@ form dd ul.errors {
padding: 0.3em;
}
}
form div.hint {
font-size: 0.857em;
padding: 1em;
background-color: #f2f4fd;
border: 1px solid lightgrey;
margin: 1em 0;
pre {
font-style: normal;
background-color: white;
font-size: 1.25em;
margin: 0;
padding: 1em;
}
}
/* END of Forms */