app/assets/stylesheets/promethee-edit.sass in promethee-1.6.24 vs app/assets/stylesheets/promethee-edit.sass in promethee-1.6.25

- old
+ new

@@ -119,9 +119,27 @@ max-height: 34px &__delete margin-left: 5px cursor: pointer + +.promethee-edit + .row + position: relative + &__background + position: absolute + z-index: 0 + top: 0 + left: 5px + right: 5px + bottom: 0 + opacity: .5 + background-repeat: no-repeat + &__children + position: relative + z-index: 10 + + @media (min-width: 768px) .modal-dialog // default margin-top is 30px and the modal window is displayed UNDER the topbar margin-top: 60px