In the Keywords admin table it is permissible to sort on Keywords, Count and Last Search. Keywords has an updown arrow. Can the other two be modified the same for consistency ?

Also
Operations - edit and delete seem to flow into the date, could a bit of spacing be added between the columns

CommentFileSizeAuthor
#2 Image3.jpg16.38 KBAnonymous (not verified)
#2 Image4.jpg17.66 KBAnonymous (not verified)

Comments

rszrama’s picture

Status: Active » Postponed (maintainer needs more info)

For the first issue, Drupal actually only shows an arrow for the active sort, so if you were to sort on either one of those it would move the arrow. I don't believe it's possible to do a multiple sort.

For the second, I think I'd need to see a screenshot... it sounds theme related. : ?

Anonymous’s picture

StatusFileSize
new17.66 KB
new16.38 KB

Regarding the first Issue, you are correct about the arrow for the active sort. My error was that I assumed each column should have an arrow because Keywords had an arrow, which now reading what you say, is obviously the default sort :) Add to that the only column I tested was Count, and I just repeated the experiment I did last time, and when Count was clicked, no Arrow to the right visible ! It was hiidden by the cursor !

As to the second Issue, you could be right on the theme. I attach 2 screen shots at different screen widths

rszrama’s picture

Ahh, yeah, I see what you mean in those screenies. I'd check out your theme's style.css and see if you can play with the table values (probably td in particular). Also, something I like to do is add a white-space: nowrap to my table header columns to the arrow doesn't wrap to the next line.

If you haven't used it before, the Firebug extension for Firefox is excellent for finding out the class, ID, and style attributes of elements on the page. I use it in all my development.

Anonymous’s picture

Implimented the white-space: nowrap for my table header tag, worked perfect. It was made easier by the fact I don't normally use a Table Header row :)

Still looking at the TD fix for a bit of space

rszrama’s picture

Status: Postponed (maintainer needs more info) » Fixed

I'm just marking this fixed since it's not really an issue w/ the module itself. Feel free to follow-up if you still can't figure out how to modify your styles.css to adjust the td padding.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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