Commit 6763f4cd5fdb745de9dab09647d308e7160d70f6
1 parent
62d237e6
Exists in
master
and in
5 other branches
show tasks
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -107,6 +107,10 @@ a:visited, #content a:visited, dl.portlet a:visited { |
107 | 107 | color: #fff; |
108 | 108 | } |
109 | 109 | |
110 | +#user .logged-in span .task-count { | |
111 | + display: inline-block; | |
112 | +} | |
113 | + | |
110 | 114 | body div.overlaybg div.close, |
111 | 115 | body div.overlay div.close { |
112 | 116 | right: -14px; | ... | ... |