Posted by droplet on February 21, 2010 at 8:57pm
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | dashboard.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | Usability |
Issue Summary
anyone notice that drag icon position is not so good ?
I can submit a patch if it is the mistake.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| 22-2-2010 4-50-17.png | 9.69 KB | Ignored: Check issue status. | None | None |
Comments
#1
#733550: Move arrow in dashboard isn't displayed correct
#2
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.
#3
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!
#4
version
#5
I got a patch :)
I'll upload some screenshots
#6
:)
#7
Safari looks good too. Thanks!
#8
Committed to CVS HEAD. Thanks.
#9
Automatically closed -- issue fixed for 2 weeks with no activity.