* Editing of jobset inputs.

This commit is contained in:
Eelco Dolstra
2008-11-17 11:44:51 +00:00
parent 66f752beaf
commit 2650094643
17 changed files with 133 additions and 70 deletions

View File

@ -1,5 +1,4 @@
body
{
body {
font-family: sans-serif;
background: white;
margin: 2em 1em 2em 1em;
@ -361,3 +360,7 @@ input.string {
background-color: #fffff0;
width: 30em;
}
input.shortString {
width: 10em;
}