on certain pages that contain inline admin links (for eg. the panels admin, but other too), the links display without spacing because theyre floated and have no margins/padding (for panels, you see something like EditEnable.. 2 links, no space)
this is what i use to fix this:

ul.links li, ul.links li a {
        margin-right : 5px ;
}
CommentFileSizeAuthor
#2 rubik-links.patch985 bytesfearlsgroove
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

abaddon’s picture

i cant edit the initial post, this is better:

ul.links li {
        margin-right : 5px ;
}
ul.links li.last {
        margin-right : 0 ;
}
fearlsgroove’s picture

FileSize
985 bytes

Patch for 4.x to fix this. Adds a bit of padding, border and margin, unsets for the last and ensures that other uses of .links (primary and pager) still work the same.

haydeniv’s picture

Issue summary: View changes
Status: Needs review » Needs work

Which version is this patch against? 6.x-3.x or 7.x-4.x?

aramboyajyan’s picture

Status: Needs work » Closed (won't fix)

All old and outdated 6.x issues are being closed.
Maintainer support will be provided only for major / blocking issues.

If you feel like this issue should be re-opened, feel free to do so.

Thanks!