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 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 }
... ...