When you are scrolling down the list in admin/user/permissions to assign user rights, the coumn names are locked at top of page to make it easyer to see what roles you have in the different columns. This is not formatted correct. When the headers are supposed to be locked it looks as if they snap to 100% of the browser width, instead of the table width.

CommentFileSizeAuthor
#2 screenshot.jpg128.17 KBandersh

Comments

Jeff Burnz’s picture

Status: Active » Postponed (maintainer needs more info)

Let me know what browser you are using and what configuration (fluid or fixed width etc). I screenshot of the actual problem would make things clearer.

I just double checked in Fx3, 100% width - all is fine.

andersh’s picture

StatusFileSize
new128.17 KB

I'm using IE7 Fluid width (100%). See attached screenshot.

Thanks!:-)

Jeff Burnz’s picture

Status: Postponed (maintainer needs more info) » Fixed

Appears to be a Vista related issue. If you want to fix it comment or remove the 100% width on tables - style.css around line 161, e.g.

table {
  font-size: 1em;
  /*width: 100%;*/
  margin: 0 0 10px 0;
}

Remember to re-save the theme settings for Pixture Reloaded or else the change won't take affect.

I may include this in a later version for IE7.

andersh’s picture

Dit the trick!

Thanks!:-)

Jeff Burnz’s picture

Title: Problem when scrolling in admin/user/permissions » Problem scrolling tables, snaps to 100% width in IE7
Jeff Burnz’s picture

Status: Fixed » Closed (fixed)