diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-03 12:14:08 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-03 12:14:08 +0300 |
| commit | 8af1fbcd8e9b3b20afe1f6aee3f68add0262421a (patch) | |
| tree | 7be0de676a017730cfa2a14dfbbd4608e601eb30 /res/client/css/style.css | |
| parent | bd2cc2edefd7c0b933cdac16e592952d7e987b4f (diff) | |
client: new doc: add error message. fixes #534
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 3be53391..823c3e00 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -840,6 +840,10 @@ p { #cmd_bar__rzdoc_new__submit { background-color: yellowgreen; } +#cmd_bar__rzdoc_new__submit_error { + color: red; + margin-left: 5px; } + #cmd_bar__rzdoc_open__rzdoc_list { overflow: auto; } |
