Commit ec3878ff6ff95918947a4ce09d4558e44482bd04
1 parent
a2a8b794
Exists in
master
and in
29 other branches
Better default formatting for tasks
(ActionItem1279)
Showing
2 changed files
with
6 additions
and
7 deletions
Show diff stats
public/stylesheets/common.css
@@ -322,11 +322,9 @@ div.auto-complete li.selected { | @@ -322,11 +322,9 @@ div.auto-complete li.selected { | ||
322 | /* pending tasks list */ | 322 | /* pending tasks list */ |
323 | 323 | ||
324 | div.pending-tasks { | 324 | div.pending-tasks { |
325 | - background: #B8CFE7; | ||
326 | - color: #204A87; | ||
327 | - border: 2px solid #204A87; | ||
328 | - padding: 2px; | ||
329 | - margin: 1em; | 325 | + padding: 10px; |
326 | + border: 1px solid #BFC2BC; | ||
327 | + margin-bottom: 20px; | ||
330 | } | 328 | } |
331 | 329 | ||
332 | /* sitemap */ | 330 | /* sitemap */ |
public/stylesheets/controller_tasks.css
@@ -6,7 +6,8 @@ | @@ -6,7 +6,8 @@ | ||
6 | 6 | ||
7 | #content .task-list li { | 7 | #content .task-list li { |
8 | margin: 10px 0px; | 8 | margin: 10px 0px; |
9 | - padding: 0px; | ||
10 | list-style: none; | 9 | list-style: none; |
11 | - border: 1px solid #3465A4; | 10 | + border: 1px solid #BFC2BC; |
11 | + padding-left:1em; | ||
12 | + padding-right:1em; | ||
12 | } | 13 | } |