Commit 57b24e251639b184445ae2b94177864e727b7218
1 parent
814ce34b
Exists in
master
and in
5 other branches
Hidden itens Block Network
Actions
Showing
1 changed file
with
7 additions
and
2 deletions
Show diff stats
style.css
... | ... | @@ -349,13 +349,18 @@ div#article-parent { |
349 | 349 | } |
350 | 350 | |
351 | 351 | #content .my-network-block .my-network-actions a.button { |
352 | - line-height: 1em; | |
353 | - height: auto; | |
354 | 352 | width: 100px; |
355 | 353 | display: block; |
356 | 354 | margin-bottom: 5px; |
357 | 355 | } |
358 | 356 | |
357 | +/* Hidden Actions MyNetwork */ | |
358 | + | |
359 | +#content .box-2 .my-network-block .my-network-actions a.report-abuse-action, | |
360 | +#content .box-2 .my-network-block .my-network-actions a.icon-menu-mail { | |
361 | + display: none; | |
362 | +} | |
363 | + | |
359 | 364 | /* Blocks profiles and enterprises */ |
360 | 365 | .recent-documents-block ul { |
361 | 366 | padding: 0px 0px 0px 30px; | ... | ... |