Commit
0e0b4a706a57d73c9455db5146ab5f014cd25dd7
Exists in
master
and in
11 other branches
cosmetic_changes_people_and_communities_block, edit-blocks, forgot_password, layout_support, login_modal_improve, profile-blocks-sass, profile_description_block_component, recent-activities, staging, translations, users_profile_page
Fix style of edition buttons for blocks
1
|
1
|
.noosfero-block { |
|
2
|
+ position: relative; |
2
|
3
|
&.invisible-block { |
3
|
4
|
.block { |
4
|
5
|
opacity: 0.4; |
...
|
...
|
@@ -17,7 +18,7 @@ |
17
|
18
|
.actions { |
18
|
19
|
position: absolute; |
19
|
20
|
z-index: 100; |
20
|
|
- right: 16px; |
|
21
|
+ right: 1px; |
21
|
22
|
top: 1px; |
22
|
23
|
} |
23
|
24
|
} |
...
|
...
|
|