Commit 6d8bb1e476612d0d6db544b54ea3ddf75ec1b8ab
1 parent
f7ebcca8
Exists in
master
and in
28 other branches
pending-tasks-counter: add css preference
Also increasing margin by 1px.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -288,10 +288,10 @@ div.pending-tasks { |
288 | 288 | border: 1px solid #BFC2BC; |
289 | 289 | margin-bottom: 20px; |
290 | 290 | } |
291 | -#pending-tasks-count { | |
291 | +#user .logged-in #pending-tasks-count { | |
292 | 292 | padding-left: 5px; |
293 | 293 | padding-right: 5px; |
294 | - margin-left: 2px; | |
294 | + margin-left: 3px; | |
295 | 295 | text-decoration: none; |
296 | 296 | background-color: #F57900; |
297 | 297 | -moz-border-radius: 2px; | ... | ... |