fix for drupal.css error at user page

Posted by Jan Steffen on Thu, 03/08/2007 - 10:06SFX Design Issues

Who isn't annoyed when he is looking at a user page at sfx and has to scroll waaay down to see the real content?

The problem is a simple error in line 414 of the drupal.css stylesheet:

.profile {
clear: both;
...

That pushes the whole content below the left handed menu. Deleting the clear:.. line or replacing it with clear:none; fixes the problem, with now side effects as far as I can see.

Perhaps  the admins can fix this.

For the record: I found the problematic css-entry with the help of the Webdeveloper Toolbar and found and tested the fix with a userstylesheet created with Stylish. Two great extensions every Webdevelper should have.

Cheers, Jan


Submitted by Jan Steffen on Sun, 03/18/2007 - 16:30.

If you don't want to wait for the system update, then paste the following lines into your usercontent.css

@-moz-document domain("spreadfirefox.com") {
.profile {clear:none !important;}
}

Jan

Submitted by compusmart02 on Fri, 03/09/2007 - 23:39.

I'm experiencing what seems to be some kind of style-sheet (I assume) problem on the Wallpaper gallery. All of the different images overlap eachother, and the author's name and the name of the posting aren't even visible in most cases.

If this isn't a CSS error, please correct me (as I don't know any CSS, I'm just making an assumption).
 

Submitted by peacho on Fri, 03/09/2007 - 00:54.

Very good idea. I thought it was just a problem with my 1024x768 resolution, but it occurs even on this screen (a 15.4 in. widescreen @ 1280x800).

 Edit: And I'm definitly taking a look at that latter extension, at the least.
 

Submitted by ottodv on Thu, 03/08/2007 - 10:10.

That's is one of the things I'd like to see fixed on SFx. I hope your suggestion will be picked up.

Otto