Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-09-09 07:50:04

Skubidu
Archived Plugin Author
Registered: 2004-10-23
Posts: 611
Website

width and colors of admin lists

The lists in the admin interface (article, comments, logs) are taking nearly the full width of the browser window now (r1803) . Would it be possible to either limit their width or to have some kind of “zebra look” (altering the color every line, e.g. white and light grey)? It’s not easy to find the right line in such long lines.

Offline

#2 2006-09-10 00:30:47

Ace of Dubs
Member
Registered: 2006-04-17
Posts: 446

Re: width and colors of admin lists

Agree 100%. This would definitely be easier on the eyes

Offline

#3 2006-09-10 13:09:13

phiw13
Plugin Author
From: Japan
Registered: 2004-02-27
Posts: 3,081
Website

Re: width and colors of admin lists

Skubidu wrote:

The lists in the admin interface (article, comments, logs) are taking nearly the full width of the browser window now (r1803) . Would it be possible to either limit their width or to have some kind of “zebra look” (altering the color every line, e.g. white and light grey)? It’s not easy to find the right line in such long lines.

Curiously, I find it less a problem, but much may depend on the width of your window.

I agree with the zebra look, though. That would improve the readability of those listings. And it could then be added to some other tables, like ‘Images’, ‘Files’, ‘Links’. I would like to see those tables have the width as Articles, Comments, Logs.

As a stop gap measure, you could use this:
#list tr:not(:first-child):hover {background:#eee}
(works in Gecko, Safari).
Or for Opera #list tr:hover {background:#eee}

Note that this will give you a hover effect on some other tables as well, because they use the same ID.


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#4 2006-09-10 23:11:03

zem
Developer Emeritus
From: Melbourne, Australia
Registered: 2004-04-08
Posts: 2,579

Re: width and colors of admin lists

The lists in the admin interface (article, comments, logs) are taking nearly the full width of the browser window now (r1803) . Would it be possible to either limit their width or to have some kind of “zebra look” (altering the color every line, e.g. white and light grey)? It’s not easy to find the right line in such long lines.

Sure, now is a good time to send a patch.


Alex

Offline

Board footer

Powered by FluxBB