diff options
-rw-r--r-- | static/style.css | 9 | ||||
-rw-r--r-- | tpls/jobedit.tpl | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css index e83334f..a8380b9 100644 --- a/static/style.css +++ b/static/style.css @@ -112,4 +112,11 @@ table tbody tr:hover { input.quant { width: 3em; -}
\ No newline at end of file +} + +.hint { + font-size: 8pt; + font-weight: normal; + font-style: italic; + color: #777; +} diff --git a/tpls/jobedit.tpl b/tpls/jobedit.tpl index 469bb93..24d4c97 100644 --- a/tpls/jobedit.tpl +++ b/tpls/jobedit.tpl @@ -25,9 +25,9 @@ <table class="fullwidth schedules"> <thead> <tr> - <th>Start</th> + <th>Start<br /><span class="hint">(Format: YYYY-MM-DD HH:MM:SS)</span></th> <th colspan="2">Repetition</th> - <th colspan="2">End</th> + <th colspan="2">End<br /><span class="hint">(Format: YYYY-MM-DD HH:MM:SS)</span></th> </tr> </thead> <tbody> |