more styling for the admin interface
This commit is contained in:
parent
618c0659ad
commit
2b42525660
3 changed files with 52 additions and 17 deletions
18
tycker/example-output-style/admin.css
Normal file
18
tycker/example-output-style/admin.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue