Redirect table overflows into the sidebar/theme

stuckagain - March 30, 2008 - 19:43
Project:Path Redirect
Version:6.x-1.x-dev
Component:User interface
Category:task
Priority:normal
Assigned:Dave Reid
Status:duplicate
Description

I use garland theme - yet when I call up the URL redirects list, the displayed table is so wide that it superimposes over the right hand area for blocks. Could the module's CSS settings be changed to limit the width of the table to match the theme in use?

#1

HorsePunchKid - March 31, 2008 - 01:58
Category:bug report» support request

I was tempted to mark this as a duplicate of this previous issue, but perhaps it deserves another look. My solution last time was simply to add a class to the table so that you could style it in whatever way was necessary for your theme. If that's not good enough, please feel free to set this back to a bug report or feature request.

#2

HorsePunchKid - April 2, 2008 - 01:41

What about something like this?

path_redirect.css:

table.path-redirects td.path-redirect-to div
{
    width: 10em;
    overflow: auto;
}

I'm not quite happy with it. It would be nice if the "to" column would expand to take up as much space as was available if necessary. I'm not sure how to achieve that with just CSS.

AttachmentSize
path_redirect-6.x-1.x_css_2.patch 1.08 KB

#3

Dave Reid - January 27, 2009 - 17:47
Title:URL redirect list in Garland theme» Redirect table overflows into the sidebar/theme
Version:5.x-1.1» 6.x-1.x-dev
Category:support request» task
Assigned to:Anonymous» Dave Reid

Bumping this as something to get fixed. It may be a part of a larger admin overhaul in #365070: Interface improvements.

#4

Dave Reid - January 27, 2009 - 18:10

I've managed to shrink down the table size a little bit on 6.x-1.x. I tested it on a 800x600 resolution and it seemed to work just fine.

#5

Dave Reid - February 28, 2009 - 00:24

Making a note to myself to use truncate_utf8() so long URLs are 'trimmed' down and will help keep the table skinny.

#6

Dave Reid - November 4, 2009 - 04:40
Status:active» duplicate

Closing in favor of #365070: Interface improvements

 
 

Drupal is a registered trademark of Dries Buytaert.