anyone notice that drag icon position is not so good ?
I can submit a patch if it is the mistake.

Comments

ff1’s picture

Status: Active » Closed (duplicate)
yoroy’s picture

Status: Closed (duplicate) » Active

As rule, if two issues report the same bug, the one created last gets marked duplicate. Sometimes the more recent one has better comments or working patches, then it's ok to proceed in the newer one.

ff1: please repost your CSS code example here.

yoroy’s picture

Nevermind, here it is.

From:

#dashboard .ui-sortable .block h2 {
  background: transparent url(../../misc/draggable.png) no-repeat 0 -35px;
  padding: 0 1em;
}

#dashboard #disabled-blocks .block:hover h2 {
  background: #0074BD url(../../misc/draggable.png) no-repeat 0 -35px;
  color: #fff;
}

#dashboard .dashboard-region .ui-sortable .block:hover h2 {
  background: #0074BD url(../../misc/draggable.png) no-repeat;
  background-position: 3px -32px;
  color: #fff;
}

To:

#dashboard .ui-sortable .block h2 {
  background: transparent url(../../misc/draggable.png) no-repeat 0 -39px;
  padding: 0 0.5em 0 1.5em;
}

#dashboard #disabled-blocks .block:hover h2 {
  background: #0074BD url(../../misc/draggable.png) no-repeat 0 -39px;
  color: #fff;
}

#dashboard .dashboard-region .ui-sortable .block:hover h2 {
  background: #0074BD url(../../misc/draggable.png) no-repeat;
  background-position: 3px -36px;
  color: #fff;
}

Patch welcome!

yoroy’s picture

Version: 7.0-alpha2 » 7.x-dev

version

aspilicious’s picture

StatusFileSize
new1.02 KB

I got a patch :)
I'll upload some screenshots

aspilicious’s picture

Status: Active » Needs review
StatusFileSize
new199.97 KB
new212.73 KB
new556.95 KB
new201.15 KB

:)

yoroy’s picture

Status: Needs review » Reviewed & tested by the community

Safari looks good too. Thanks!

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Usability

Automatically closed -- issue fixed for 2 weeks with no activity.