Operations such as Edit and Delete appear bunched up - See attached screenshots which show a comparison of the URL aliases and path redirect list screens. I think you should give each operation it's own table cell like URL aliases - this provides a clearer interface and more opportunities for tweaking with css.

CommentFileSizeAuthor
url-aliases.png4.55 KBmrfelton
path_redirect.png8.29 KBmrfelton

Comments

dave reid’s picture

This is actually the new standard set by core and the best way I could get a tableselect element integrated.

mrfelton’s picture

not very usable like that though... maybe it's my theme that is causing them to be so bunched?!

dave reid’s picture

Those elements are td > ul.links.inline > li. Here's the CSS from Garland that gets used for this element:

ul.links li, ul.inline li {
background-image:none;
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:1em;
}

ul.inline li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
margin:0;
padding:0 1em 0 0;
}

I think the important thing is padding-right: 1em; Maybe you need to add something like this to your theme? Are you using a custom theme or one from drupal.org?

dave reid’s picture

I just tested it with Zen and it works by default. However, in my testing I noticed that the operations would wrap if I moved collapsed my window, which was not a desired behavior. Not sure if I should force it to not wrap or not via a new path_redirect.css file.

mrfelton’s picture

I'm using the Rubik theme, that is recommended for use with the admin module (dev seed). Maybe I should file a bug with them (haven't looked at their css yet though)

dave reid’s picture

Status: Active » Postponed (maintainer needs more info)

Where can I file issues against Rubik? It's not hosted on drupal.org.

mrfelton’s picture

dave reid’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)