Limit the special cursor to edit mode

pull/3579/head
Henriette Dinger 9 years ago
parent 1baa166399
commit d22de0b669
  1. 7
      app/assets/stylesheets/content/_my_page.sass

@ -33,9 +33,6 @@
float: left float: left
padding: 7px 10px 0 0 padding: 7px 10px 0 0
.handle
cursor: move
div.box-actions div.box-actions
float: right float: right
margin-right: 16px margin-right: 16px
@ -45,6 +42,10 @@ div.box-actions
#list-top #list-top
padding: 0 4px padding: 0 4px
#visible-grid
.handle
cursor: move
#visible-grid, #visible-grid,
#invisible-grid #invisible-grid
// TODO: this fixes an issue which currently breaks the layout // TODO: this fixes an issue which currently breaks the layout

Loading…
Cancel
Save