Commit 0e0b4a706a57d73c9455db5146ab5f014cd25dd7

Authored by Victor Costa
1 parent 6e7c76e6

Fix style of edition buttons for blocks

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/app/layout/blocks/block.scss
1 .noosfero-block { 1 .noosfero-block {
  2 + position: relative;
2 &.invisible-block { 3 &.invisible-block {
3 .block { 4 .block {
4 opacity: 0.4; 5 opacity: 0.4;
@@ -17,7 +18,7 @@ @@ -17,7 +18,7 @@
17 .actions { 18 .actions {
18 position: absolute; 19 position: absolute;
19 z-index: 100; 20 z-index: 100;
20 - right: 16px; 21 + right: 1px;
21 top: 1px; 22 top: 1px;
22 } 23 }
23 } 24 }