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?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | path_redirect-6.x-1.x_css_2.patch | 1.08 KB | HorsePunchKid |
Comments
Comment #1
HorsePunchKid commentedI 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.
Comment #2
HorsePunchKid commentedWhat about something like this?
path_redirect.css: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.
Comment #3
dave reidBumping this as something to get fixed. It may be a part of a larger admin overhaul in #365070: Interface improvements.
Comment #4
dave reidI'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.
Comment #5
dave reidMaking a note to myself to use
truncate_utf8()so long URLs are 'trimmed' down and will help keep the table skinny.Comment #6
dave reidClosing in favor of #365070: Interface improvements