Commit ec3878ff6ff95918947a4ce09d4558e44482bd04
1 parent
a2a8b794
Exists in
master
and in
23 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 | 322 | /* pending tasks list */ |
| 323 | 323 | |
| 324 | 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 | 330 | /* sitemap */ | ... | ... |
public/stylesheets/controller_tasks.css