diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-09-23 20:16:07 +0200 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-09-23 20:16:07 +0200 |
commit | a5337cfe5c688c8b7bc91135af47cbafe7c0527d (patch) | |
tree | b8bf6d0510fec83b18dfe500572a042ac4ba703b /assets | |
parent | dd7579e5a809de9f4c5fe151800bd7ca514af3dc (diff) |
Move task edit form to the task layout
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index 3f6e131f..ff859115 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -222,6 +222,10 @@ textarea.form-error { list-style-type: none; } +ul.form-errors li { + margin-left: 0; +} + .form-help { font-size: 0.8em; color: brown; |