diff options
| author | Kevin Chabowski <kevin@kch42.de> | 2013-09-05 21:56:23 +0200 |
|---|---|---|
| committer | Kevin Chabowski <kevin@kch42.de> | 2013-09-05 21:56:23 +0200 |
| commit | 31236b61353e1c8f1bf96db4fad6647b1c5c402c (patch) | |
| tree | 2e45733709d42c00ed6030bef7c251302184c773 /static | |
| parent | 1c91fcb184a4228aa5673e975b65b28ccadc0ea1 (diff) | |
| download | mailremind-31236b61353e1c8f1bf96db4fad6647b1c5c402c.tar.gz mailremind-31236b61353e1c8f1bf96db4fad6647b1c5c402c.tar.bz2 mailremind-31236b61353e1c8f1bf96db4fad6647b1c5c402c.zip | |
Added format hint in job editor
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 9 |
1 files changed, 8 insertions, 1 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; +} |
