diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-11 21:11:10 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-11 21:11:10 -0400 |
commit | acba6839a6082e3e3800a733f8baea7c843fc02e (patch) | |
tree | e2847dcd13d9ccc3d8f0f6f936a5776df852e11b /assets/css | |
parent | a8418afdebe92dde495bc5010645779c73939b7b (diff) |
Add 3 new fields for tasks: start date, time estimated and time spent
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/app.css | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index b4f8f6a6..45b550a6 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -26,6 +26,10 @@ body { text-rendering: optimizeLegibility; } +.align-right { + text-align: right; +} + /* links */ a { color: #3366CC; @@ -841,6 +845,12 @@ a.task-board-nobody { margin-top: 10px; } +.task-time-form { + margin-top: 10px; + margin-bottom: 25px; + padding: 3px; +} + /* comments */ .comment { margin-bottom: 20px; @@ -918,15 +928,6 @@ a.task-board-nobody { vertical-align: middle; } -.subtasks-time-tracking h4 { - margin-bottom: 5px; -} - -.subtasks-time-tracking li { - list-style-type: square; - margin-left: 30px; -} - /* markdown content */ .markdown { line-height: 1.4em; |