more styling for the admin interface

This commit is contained in:
phil 2015-04-26 18:32:08 +00:00
parent 618c0659ad
commit 2b42525660
3 changed files with 52 additions and 17 deletions

View file

@ -0,0 +1,18 @@
div#help {
font-family: monospace;
border: 1px solid #8cacbb;
color: black;
background-color: white;
padding: 3px;
margin: 2em 0 2em 0;
font-size: small;
background-color: #EEEEFF;
}
div#help dt {
padding-top: 1em;
}
div#timestamp {
padding-bottom: 1em;
}